GNOME Bugzilla – Bug 709057
keyboard: Port to GtkGrid
Last modified: 2014-08-15 12:46:12 UTC
.
Created attachment 256043 [details] [review] keyboard: Port custom shortcut dialog to GtkGrid
Created attachment 256044 [details] [review] keyboard: Port typing tab to GtkGrid
Created attachment 256045 [details] [review] keyboard: Port shortcuts tab to GtkGrid
Before and after screenshots: http://kalev.fedorapeople.org/custom_shortcut_dialog_before.png http://kalev.fedorapeople.org/custom_shortcut_dialog_after.png http://kalev.fedorapeople.org/typing_tab_before.png http://kalev.fedorapeople.org/typing_tab_after.png http://kalev.fedorapeople.org/shortcuts_tab_before.png http://kalev.fedorapeople.org/shortcuts_tab_after.png
(In reply to comment #4) > Before and after screenshots: > > http://kalev.fedorapeople.org/custom_shortcut_dialog_before.png > http://kalev.fedorapeople.org/custom_shortcut_dialog_after.png > > http://kalev.fedorapeople.org/typing_tab_before.png > http://kalev.fedorapeople.org/typing_tab_after.png Delay label is centred instead of right-aligned. > http://kalev.fedorapeople.org/shortcuts_tab_before.png > http://kalev.fedorapeople.org/shortcuts_tab_after.png With the understanding that this will all likely be in vain (the panel needs complete redesign to use GtkListBox), looks fine to commit after branching.
Review of attachment 256043 [details] [review]: ++
Review of attachment 256044 [details] [review]: ++
Review of attachment 256045 [details] [review]: ++
(In reply to comment #5) > > http://kalev.fedorapeople.org/typing_tab_before.png > > http://kalev.fedorapeople.org/typing_tab_after.png > > Delay label is centred instead of right-aligned. Which way should it be? Previously, it was marked as left-aligned, but it never showed up as such because GtkTable didn't respect the xalign child property -- it came out centered instead. Now, it's still marked as left-aligned and it actually shows up as such because GtkGrid respects the child properties.
Attachment 256043 [details] pushed as 34d145b - keyboard: Port custom shortcut dialog to GtkGrid Attachment 256044 [details] pushed as c3d2631 - keyboard: Port typing tab to GtkGrid Attachment 256045 [details] pushed as c5c870a - keyboard: Port shortcuts tab to GtkGrid