diff options
author | John Stebbins <[email protected]> | 2016-03-15 12:03:35 -0600 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-03-15 12:03:35 -0600 |
commit | 12f7be24740c3f951ee3153bafea5147a6a1002c (patch) | |
tree | 2dacbe34e4e22797427897826b26c929cc08ae39 /gtk/src/ghb.ui | |
parent | 0e309a8f0deb18f759904fa865506f341ff207bd (diff) |
LinGui: make preview frame selector slider wider
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 150819954..e5c775a03 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -8232,6 +8232,7 @@ Setting this to 0 means there is no maximum height.</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> <object class="GtkScale" id="preview_frame"> + <property name="width_request">400</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="tooltip_text" translatable="yes">Select preview frames.</property> |