diff options
author | John Stebbins <[email protected]> | 2016-12-27 14:07:08 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-27 14:07:08 -0800 |
commit | 57fb5dc77086ca5e17b1aaf7731c46c1c6fe476f (patch) | |
tree | 297cf6e5982f713ec3d40d01a387a337c5c6d41a /gtk | |
parent | 969aa8bca49a6ece4aa98ec1ec89fd1ba947276d (diff) |
LinGui: wider presets pane to accomodate longer preset names
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index d14e1ddde..b7cee1782 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -1559,7 +1559,7 @@ This allows a player to initiate playback before downloading the entire file.</p </child> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> @@ -1604,7 +1604,7 @@ This allows a player to initiate playback before downloading the entire file.</p </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> |