diff options
author | Darin Adler <darin@src.gnome.org> | 2002-03-09 02:45:07 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-03-09 02:45:07 +0000 |
commit | 93f596f73b6ac6d54f73d6b445006c77119b87e9 (patch) | |
tree | 2374c0f981beef1de9f31ea261528022bbaca4b7 /icons | |
parent | ab3810795b164a0a8369702f5aa9752f7cb9b66f (diff) | |
download | nautilus-93f596f73b6ac6d54f73d6b445006c77119b87e9.tar.gz |
Add new "inserted_first_child" boolean so we can insert new children and
* components/tree/nautilus-tree-model.c:
(tree_node_has_dummy_child): Add new "inserted_first_child"
boolean so we can insert new children and get rid of the "empty"
node.
(insert_node): Handle the case where we insert the first child,
and the empty node goes away.
(start_monitoring_directory): Set the "done loading" state a bit
earlier.
(nautilus_tree_model_ref_node): Make the "done loading" state be
false if there are no children, so we see "Loading" rather than
"Empty" until we are sure it's empty.
* icons/default/default.xml:
* icons/gnome/gnome.xml:
* icons/sierra/sierra.xml:
* icons/tahoe/tahoe.xml:
Vertical offset of "-1" looks right.
* src/Makefile.am: Remove run-nautilus.
* src/run-nautilus: Remove.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/default/default.xml | 2 | ||||
-rw-r--r-- | icons/gnome/gnome.xml | 2 | ||||
-rw-r--r-- | icons/sierra/sierra.xml | 2 | ||||
-rw-r--r-- | icons/tahoe/tahoe.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/icons/default/default.xml b/icons/default/default.xml index 236b27cb5..452983a84 100644 --- a/icons/default/default.xml +++ b/icons/default/default.xml @@ -20,6 +20,6 @@ <thumbnails frame_offsets="3,3,6,6"/> <throbber frame_count="30" url="http://www.eazel.com" delay="75"/> - <zoom_control number_v_offset="-2" number_h_offset="-2"/> + <zoom_control number_v_offset="-1" number_h_offset="-2"/> </theme> diff --git a/icons/gnome/gnome.xml b/icons/gnome/gnome.xml index 943439cc7..7b233d22c 100644 --- a/icons/gnome/gnome.xml +++ b/icons/gnome/gnome.xml @@ -23,6 +23,6 @@ <thumbnails frame_offsets="3,3,6,6"/> <toolbar icon_theme="standard"/> <throbber frame_count="15" url="http://www.gnome.org"/> - <zoom_control number_v_offset="-2" number_h_offset="-2"/> + <zoom_control number_v_offset="-1" number_h_offset="-2"/> </theme> diff --git a/icons/sierra/sierra.xml b/icons/sierra/sierra.xml index 5ed14811b..9fc939665 100644 --- a/icons/sierra/sierra.xml +++ b/icons/sierra/sierra.xml @@ -3,5 +3,5 @@ <sidebar sidebar_background_tile_image="./green_weave.png" sidebar_background_color="#FFFFFF" tab_piece_images="none"/> <directory background_color="#BAC5C0" selection_box_color_rgba="0x70818359" selection_box_color="#708183"/> <desktop background_tile_image="./Sierra_desktop.png" background_color="#FFFFFF"/> - <zoom_control number_v_offset="-2" number_h_offset="-2"/> + <zoom_control number_v_offset="-1" number_h_offset="-2"/> </theme> diff --git a/icons/tahoe/tahoe.xml b/icons/tahoe/tahoe.xml index be6afe0dd..b649dd296 100644 --- a/icons/tahoe/tahoe.xml +++ b/icons/tahoe/tahoe.xml @@ -3,5 +3,5 @@ <sidebar sidebar_background_tile_image="./bluewall.png" sidebar_background_color="#FFFFFF" title_color="#000000" title_shadow_color="#BBBBBB" title_info_color="#000000"/> <directory background_tile_image="./blueridge.png" background_color="#FFFFFF"/> <desktop background_tile_image="patterns/fleur_de_lis.png" background_color="#FFFFFF"/> - <zoom_control number_v_offset="-2" number_h_offset="-2"/> + <zoom_control number_v_offset="-1" number_h_offset="-2"/> </theme> |