diff options
author | Colomban Wendling <[email protected]> | 2023-05-24 10:21:24 +0200 |
---|---|---|
committer | Colomban Wendling <[email protected]> | 2023-05-24 10:27:27 +0200 |
commit | 8da51f3e690cbc3e9ce8dd5b0dc700f1097d78da (patch) | |
tree | e1b9bbe2996dfed2f56334fd75a67983053d5cf3 | |
parent | a85b51998ede3fc26c4711862cae02243ca3d77c (diff) | |
download | mate-control-center-8da51f3e690cbc3e9ce8dd5b0dc700f1097d78da.tar.bz2 mate-control-center-8da51f3e690cbc3e9ce8dd5b0dc700f1097d78da.tar.xz |
windows: Fix spacing in the Compositing Manager tab
-rw-r--r-- | capplets/windows/window-properties.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/windows/window-properties.ui b/capplets/windows/window-properties.ui index 22b61f0f..b4035d36 100644 --- a/capplets/windows/window-properties.ui +++ b/capplets/windows/window-properties.ui @@ -740,7 +740,7 @@ Author: Robert Buj <object class="GtkBox" id="compositing_manager_vbox"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="border-width">13</property> + <property name="border-width">12</property> <property name="orientation">vertical</property> <property name="spacing">18</property> <child> |