diff options
author | raveit65 <[email protected]> | 2015-05-08 23:57:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-08 23:57:50 +0200 |
commit | 1b26e9e71915162cfe4903abad1b74f193c4f328 (patch) | |
tree | f969455bd87dc80c4dcb65c8cb929e364838f319 /capplets/mouse | |
parent | 9513482f957127b34296b36c92f9906e4b0f82a9 (diff) | |
download | mate-control-center-1b26e9e71915162cfe4903abad1b74f193c4f328.tar.bz2 mate-control-center-1b26e9e71915162cfe4903abad1b74f193c4f328.tar.xz |
UI GTK3: fix keyboard and mouse properties windows
Diffstat (limited to 'capplets/mouse')
-rw-r--r-- | capplets/mouse/mate-mouse-properties.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/capplets/mouse/mate-mouse-properties.ui b/capplets/mouse/mate-mouse-properties.ui index d6ad245a..19314bfa 100644 --- a/capplets/mouse/mate-mouse-properties.ui +++ b/capplets/mouse/mate-mouse-properties.ui @@ -62,6 +62,8 @@ <property name="border_width">5</property> <property name="title" translatable="yes">Mouse Preferences</property> <property name="type_hint">dialog</property> + <property name="default_width">500</property> + <property name="default_height">550</property> <child internal-child="vbox"> <object class="GtkVBox" id="dialog-vbox1"> <property name="visible">True</property> |