=?iso-8859-15?Q?patch_that_removes_25%_and_35, 4%_and_adds_566%_and_800?= =?iso-8859-15?Q?%_to_the_listbox?=



(In reply to comment #5) of bug #328596
The problem is not the missing patch but missing symmetry 
if we would just add 800 as well as IMO missing usability 
if we want to keep symmetry, something like:

800
566
400
283
200
141
100
71
50
35
25
18
12
9
6

would need to be added. Ever heard of the rule to only have
about seven menu entries in a row?

Sure not more than 7 entries makes sense. 

But is the use of the "symmetry" entries in the menu in practise?
In gimp they do fine without.

For all I do with dia 800% is absolutely necessary so I have to patch
every new release for the moment. It is because I need the snap to grid
function a lot. Since objects are place with the mouse in one hand
the first gesture is always to choose the right zoom before.

So my suggestion:
Since most people are working on letter or DinA4 sheets we 
add  800%
     566%

Since almost nobody works with sheets bigger than DinA0 we could wipe out
25% and 35,4% entries.

So we keep "symmetry", we don't increase the number of entries and everyone is
satisfied. No?

You will find a patch in bugzilla Attachment #78027.
This is a copy.

--------------------------------------------------------------------
--- interface.c.orig    2006-12-04 11:28:13.000000000 +0100
+++ interface.c 2006-12-09 16:04:30.000000000 +0100
@@ -261,6 +261,8 @@
   gtk_widget_show_all(button);
 
   menu = gtk_menu_new();
+  zoom_add_zoom_amount(menu, "800%", ddisp);
+  zoom_add_zoom_amount(menu, "566%", ddisp);
   zoom_add_zoom_amount(menu, "400%", ddisp);
   zoom_add_zoom_amount(menu, "283%", ddisp);
   zoom_add_zoom_amount(menu, "200%", ddisp);
@@ -269,8 +271,6 @@
   zoom_add_zoom_amount(menu, "85%", ddisp);
   zoom_add_zoom_amount(menu, "70.7%", ddisp);
   zoom_add_zoom_amount(menu, "50%", ddisp);
-  zoom_add_zoom_amount(menu, "35.4%", ddisp);
-  zoom_add_zoom_amount(menu, "25%", ddisp);
 
   gtk_widget_show_all(menu);
----------------------------------------------------------


Regards  



Jens

______________________________________________________________________________
"Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de
Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht!




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