diff options
author | monsta <[email protected]> | 2018-03-19 17:17:49 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-04-01 13:20:16 +0300 |
commit | c84a873c0b78c608235bce2cdb27bf413f10f58d (patch) | |
tree | 4266783d2c139a8b1f71a9f5b5d6614b177d5ccf | |
parent | ca2f118b71c1f02206db798b586936c3c84183f5 (diff) | |
download | mate-panel-c84a873c0b78c608235bce2cdb27bf413f10f58d.tar.bz2 mate-panel-c84a873c0b78c608235bce2cdb27bf413f10f58d.tar.xz |
run dialog: fix expand of content on window resize
-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 f165cb01..c58a7c56 100644 --- a/mate-panel/panel-run-dialog.ui +++ b/mate-panel/panel-run-dialog.ui @@ -129,6 +129,7 @@ <property name="expanded">True</property> <child> <object class="GtkVBox" id="program_list_box"> + <property name="vexpand">True</property> <property name="visible">True</property> <property name="orientation">vertical</property> <property name="spacing">6</property> |