GNOME Bugzilla – Bug 552831
Main Window Version menu is too narrow to be of practical use
Last modified: 2009-04-07 13:38:44 UTC
Widen the Main Window Photo->Version menu Other information: Currently the window is so narrow that any version just displays as '...'. It should have buttons 'Original' and '(No Edits)' by default, but these can't display in such a narrow menu.
Created attachment 118972 [details] [review] Patch to fix the problem This patch hard-codes the menu to 100pixels. Not sure if I should try and set it more cleverly, but at least with my chosen font-size it nicely does the trick.
thanks for your bug and for the patch, but the real fix would be changing PhotoVersionMenu.cs in order to use ComboBox instead of the actual OptionMenu. so if you have the knowledge and the time to do so... you're welcome :)
maxxer (comment #2): the actual solution is: - replace the version OptionMenu by Combobox - restore the PhotoVersionMenu to no longer Ellipsize
Give me a few days and I'll have a bash at doing a Combobox
Created attachment 119355 [details] [review] proper fix this is the proper fix I'm committing
fixed in r4444
*** Bug 560414 has been marked as a duplicate of this bug. ***
*** Bug 564273 has been marked as a duplicate of this bug. ***
*** Bug 578232 has been marked as a duplicate of this bug. ***