summaryrefslogtreecommitdiff
path: root/data/browser.xml
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2001-02-27 20:14:10 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2001-02-27 20:14:10 +0000
commit47310e619939e8f0f10ad6f2ed3c8e78ab32188a (patch)
treed9a5570086504dcbaf56cc165d828744c66bc382 /data/browser.xml
parent5cdb065a014f895f29a70722c86563baf86bb777 (diff)
downloadnautilus-47310e619939e8f0f10ad6f2ed3c8e78ab32188a.tar.gz
fixed bug 7019, emblem names are not aligned vertically in show properties
fixed bug 7019, emblem names are not aligned vertically in show properties or the property browser. Fixed by adding a "fixed image height" attribute to nautilus-labeled-image, and set it in the properties window and properties browser. * libnautilus-extensions/nautilus-labeled-image.c: (nautilus_labeled_image_initialize), (is_fixed_height), (labeled_image_get_image_dimensions), (nautilus_labeled_image_get_image_bounds), (nautilus_labeled_image_get_show_image), (nautilus_labeled_image_set_fixed_image_height): added a fixed_image_height instance variable, and used it when appropriate * libnautilus-extensions/nautilus-labeled-image.h: added setter for the fixed image height attribute * src/file-manager/fm-properties-window.c: (create_emblems_page): set the fixed image height attribute on the emblems * src/nautilus-property-browser.c: (make_properties_from_directories), (property_browser_category_button_new): set the fixed image height attribute for the emblems and also the category buttons fixed bug 7022, users are confused by the "shared" and "secret" emblems; fixed by removing them. * data/browser.xml: removed secret and shared emblem references * data/emblems/Makefile.am: removed the emblem .pngs from the makefile * data/emblems/secret.png: * data/emblems/shared.png: removed the emblem .pngs * icons/Makefile.am: removed the emblem .svgs from the makefile * icons/emblem-secret.svg: * icons/emblem-shared.svg: removed the .svgs
Diffstat (limited to 'data/browser.xml')
-rw-r--r--data/browser.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/browser.xml b/data/browser.xml
index e57b1598d..4b8c165f4 100644
--- a/data/browser.xml
+++ b/data/browser.xml
@@ -78,9 +78,7 @@
<emblem _display_name="Oh No" filename="ohno"/>
<emblem _display_name="OK" filename="OK"/>
<emblem _display_name="Personal" filename="personal"/>
- <emblem _display_name="Secret" filename="secret"/>
<emblem _display_name="Special" filename="special"/>
- <emblem _display_name="Shared" filename="shared"/>
<emblem _display_name="Urgent" filename="urgent"/>
<emblem _display_name="Danger" filename="danger"/>
<emblem _display_name="Erase" filename="erase"/>