bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Position of "Edit" button


From: Massimiliano . Maini
Subject: [Bug-gnubg] Position of "Edit" button
Date: Tue, 11 Apr 2006 13:42:24 +0200

Can somebody with access to the CVS repository change the position
of the Edit button in the toolbar ? Putting it right before the
"Stop" button (hence far from the frequently used "Hint" button)
make sense to me. Notice that these two buttons (Edit and Stop)
are somehow "dangerous" so it seems logical for them to be separated
from the other buttons (notice the verticval separator between the
"Direction" button and the "Stop" button ...).


The change is trivial : in gtktoolbar.c, take the these lines (476-482)

  /* edit button */
  TB_TOGGLE_BUTTON_ADD(ptw->pwEdit, stock_edit_xpm, _("Edit"),
              ToolbarToggleEdit,
              ptw,
                  _("Edit position"),
              NULL) ;

And move them right before the line (499, before cutting the above lines)

  /* stop button */



MaX.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]