diff options
author | Martin Wimpress <[email protected]> | 2015-06-09 22:47:57 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-09 22:47:57 +0100 |
commit | e96275d53c79a3d5e5fb41db90b1d2c5c8cc9dff (patch) | |
tree | f969455bd87dc80c4dcb65c8cb929e364838f319 /capplets/mouse | |
parent | 9513482f957127b34296b36c92f9906e4b0f82a9 (diff) | |
parent | 1b26e9e71915162cfe4903abad1b74f193c4f328 (diff) | |
download | mate-control-center-e96275d53c79a3d5e5fb41db90b1d2c5c8cc9dff.tar.bz2 mate-control-center-e96275d53c79a3d5e5fb41db90b1d2c5c8cc9dff.tar.xz |
Merge pull request #157 from NiceandGently/master
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> |