diff options
author | Martin Wimpress <[email protected]> | 2015-08-03 12:49:45 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-08-03 12:49:45 +0100 |
commit | 16e125317b64a2bf8e1ff341c2fbd550b58e3588 (patch) | |
tree | febb654776e5786a2af7bf84bf8d859773ca9dd5 | |
parent | c5c040008935e82acf0aa652f41fc8f6c6931e48 (diff) | |
parent | 5d0473152abd2f7835f8c8c3c379ce9870429cf0 (diff) | |
download | mate-panel-16e125317b64a2bf8e1ff341c2fbd550b58e3588.tar.bz2 mate-panel-16e125317b64a2bf8e1ff341c2fbd550b58e3588.tar.xz |
Merge pull request #333 from NiceandGently/master
UI GTK3: use a size request for scrolled window in panel-run dialog
-rw-r--r-- | mate-panel/panel-run-dialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-panel/panel-run-dialog.ui b/mate-panel/panel-run-dialog.ui index 16afda11..5a3b360d 100644 --- a/mate-panel/panel-run-dialog.ui +++ b/mate-panel/panel-run-dialog.ui @@ -139,6 +139,7 @@ <property name="hscrollbar_policy">automatic</property> <property name="vscrollbar_policy">automatic</property> <property name="shadow_type">in</property> + <property name="height_request">140</property> <child> <object class="GtkTreeView" id="program_list"> <property name="visible">True</property> |