diff options
| author | monsta <[email protected]> | 2016-12-06 17:19:31 +0300 | 
|---|---|---|
| committer | monsta <[email protected]> | 2016-12-06 17:19:31 +0300 | 
| commit | a4c1e05aa46adedbb0a2821e751fbbda2321d613 (patch) | |
| tree | 88dc57361410e3cbd152fd8e3986b9a7ecdaee6a | |
| parent | 063155d27e7c3285d7b54280877e6666c8eb46f4 (diff) | |
| download | mate-control-center-a4c1e05aa46adedbb0a2821e751fbbda2321d613.tar.bz2 mate-control-center-a4c1e05aa46adedbb0a2821e751fbbda2321d613.tar.xz  | |
keyboard: fix vertical expand of content with window resize
| -rw-r--r-- | capplets/keyboard/mate-keyboard-properties-dialog.ui | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-dialog.ui b/capplets/keyboard/mate-keyboard-properties-dialog.ui index ea058c9a..c4ae0545 100644 --- a/capplets/keyboard/mate-keyboard-properties-dialog.ui +++ b/capplets/keyboard/mate-keyboard-properties-dialog.ui @@ -1794,6 +1794,8 @@ default settings</property>              </child>            </object>            <packing> +            <property name="expand">True</property> +            <property name="fill">True</property>              <property name="position">1</property>            </packing>          </child>  | 
