diff options
author | monsta <[email protected]> | 2017-01-25 12:10:48 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-01-25 12:40:58 +0300 |
commit | 50fff8ce6c172117352701bf9d68bbecd8cbc02c (patch) | |
tree | 8a1d5eb8d908b7ac40ed1ceba8ce477442a6ec18 | |
parent | d12d0524f88726967ca4c0dbc96b3083b428abf1 (diff) | |
download | mate-control-center-50fff8ce6c172117352701bf9d68bbecd8cbc02c.tar.bz2 mate-control-center-50fff8ce6c172117352701bf9d68bbecd8cbc02c.tar.xz |
keyboard: fix vertical expand of content on resize in a few dialogs
these are layout chooser, model chooser and options dialogs
3 files changed, 6 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui index 1df1fa7f..29af8f40 100644 --- a/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui +++ b/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui @@ -245,6 +245,8 @@ </child> </object> <packing> + <property name="expand">True</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> diff --git a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui index 07f4f685..44b44394 100644 --- a/capplets/keyboard/mate-keyboard-properties-model-chooser.ui +++ b/capplets/keyboard/mate-keyboard-properties-model-chooser.ui @@ -89,6 +89,8 @@ </child> </object> <packing> + <property name="expand">True</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> diff --git a/capplets/keyboard/mate-keyboard-properties-options-dialog.ui b/capplets/keyboard/mate-keyboard-properties-options-dialog.ui index 419004ec..e6ecb107 100644 --- a/capplets/keyboard/mate-keyboard-properties-options-dialog.ui +++ b/capplets/keyboard/mate-keyboard-properties-options-dialog.ui @@ -39,6 +39,8 @@ </child> </object> <packing> + <property name="expand">True</property> + <property name="fill">True</property> <property name="position">1</property> </packing> </child> |