diff options
author | monsta <[email protected]> | 2016-03-22 17:03:49 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 11:58:43 +0100 |
commit | 173a836e9206fc31720ff575f8be65c052ddc422 (patch) | |
tree | 65bffabd5f3b5deaeaef4eb713b5eaf8341417cb | |
parent | f6f179c4ad0494aa0fa65ea9c2ba68fd99713a4d (diff) | |
download | mate-control-center-173a836e9206fc31720ff575f8be65c052ddc422.tar.bz2 mate-control-center-173a836e9206fc31720ff575f8be65c052ddc422.tar.xz |
touchpad: fix alignment of "click emulation" labels
-rw-r--r-- | capplets/mouse/mate-mouse-properties.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/capplets/mouse/mate-mouse-properties.ui b/capplets/mouse/mate-mouse-properties.ui index 898e6f74..d67e360d 100644 --- a/capplets/mouse/mate-mouse-properties.ui +++ b/capplets/mouse/mate-mouse-properties.ui @@ -987,8 +987,8 @@ <property name="xalign">0</property> </object> <packing> - <property name="x_options"/> - <property name="y_options"/> + <property name="x_options">GTK_FILL</property> + <property name="y_options">GTK_FILL</property> </packing> </child> <child> @@ -1001,8 +1001,8 @@ <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> - <property name="x_options"/> - <property name="y_options"/> + <property name="x_options">GTK_FILL</property> + <property name="y_options">GTK_FILL</property> </packing> </child> <child> |