toolbar



a few quick issues:
1. The toolbar layout for nautilus2 looks a bit untidy when toolbar
layout is set to "text below icons" (all buttons are different widths)
the patch attached fixes that, but makes it look bad when "priority text
beside icons" is selected. (The min_width="48" used to be there, but was
removed when priority text was added - if that's going to be the default
then it would be best to leave it as it is) of course ideally someone
eould think of a way to make it look tidy with both layouts

2. Inconsistent tooltips on drop down back/forwad menus - one say "Go
back a few pages" the other says "Go forward a number of pages" maybe
someone could decide which one is better.

3. Drop down menus for back/forward at the expense of right click menus.
Every other program i have seen that has the drop down menu also allows
you to right click the back button to get the same menu, i know some
people don't like right clicking so it does make sense to have the
visible drop down menu but why remove the right click functionality?
could it be re-added? (there is still a right click menu on the zoom
control)
 
	Dave


Index: src/nautilus-shell-ui.xml
===================================================================
RCS file: /cvs/gnome/nautilus/src/nautilus-shell-ui.xml,v
retrieving revision 1.94
diff -u -r1.94 nautilus-shell-ui.xml
--- src/nautilus-shell-ui.xml	2002/05/30 21:37:19	1.94
+++ src/nautilus-shell-ui.xml	2002/06/18 21:31:48
@@ -293,24 +293,29 @@
 
 	<toolitem name="Back"
                   _label="Back"
+                  min_width="48"
 		  priority="1"
 	          pixtype="stock" pixname="gtk-go-back"
 	          verb="Back"/>
 	<control name="BackMenu"/>
 	<toolitem name="Forward"
                   _label="Forward"
+                  min_width="48"
 	          pixtype="stock" pixname="gtk-go-forward"
 	          verb="Forward"/>
 	<control name="ForwardMenu"/>
 	<toolitem name="Up"
                   _label="Up"
+                  min_width="48"
 	          pixtype="stock" pixname="gtk-go-up"
 	          verb="Up"/>
 	<toolitem name="Stop" _label="Stop"
+                  min_width="48"
 	          pixtype="stock" pixname="gtk-stop"
 	          verb="Stop"/>	
 	<toolitem name="Reload"
 		  _label="Reload"
+                  min_width="48"
 	          pixtype="stock" pixname="gtk-refresh"
 		  verb="Reload"/>
 
@@ -318,6 +323,7 @@
 
 	<toolitem name="Home"
 		  _label="Home"
+                  min_width="48"
 		  priority="1"
 	          pixtype="stock" pixname="gtk-home"
 		  verb="Home"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]