diff options
author | raveit65 <[email protected]> | 2015-08-02 14:33:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-02 14:33:34 +0200 |
commit | 5d0473152abd2f7835f8c8c3c379ce9870429cf0 (patch) | |
tree | febb654776e5786a2af7bf84bf8d859773ca9dd5 | |
parent | c5c040008935e82acf0aa652f41fc8f6c6931e48 (diff) | |
download | mate-panel-5d0473152abd2f7835f8c8c3c379ce9870429cf0.tar.bz2 mate-panel-5d0473152abd2f7835f8c8c3c379ce9870429cf0.tar.xz |
UI GTK3: use a size request for scrolled window in panel-run dialog
- this fixes program list in GTK3
-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> |