diff options
author | mbkma <[email protected]> | 2021-04-13 16:24:25 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-04-29 22:10:33 +0200 |
commit | a1eaebb20fdc2ce0786362c9477baa846d295aeb (patch) | |
tree | 28a475092f0f8b2508399c1eb624c186b0274dda /capplets/windows/window-properties.ui | |
parent | 6e0fc53c78d784aef2336a671a516e003f4ba359 (diff) | |
download | mate-control-center-a1eaebb20fdc2ce0786362c9477baa846d295aeb.tar.bz2 mate-control-center-a1eaebb20fdc2ce0786362c9477baa846d295aeb.tar.xz |
windows-applet: csd windows respect titlebar button layout
Diffstat (limited to 'capplets/windows/window-properties.ui')
-rw-r--r-- | capplets/windows/window-properties.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/capplets/windows/window-properties.ui b/capplets/windows/window-properties.ui index 1426188b..22b61f0f 100644 --- a/capplets/windows/window-properties.ui +++ b/capplets/windows/window-properties.ui @@ -671,7 +671,6 @@ Author: Robert Buj <object class="GtkLabel" id="position_of_titlebar_buttons_label"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="halign">start</property> <property name="label" translatable="yes">_Position of titlebar buttons:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">titlebar_layout_optionmenu</property> @@ -710,14 +709,14 @@ Author: Robert Buj </object> <packing> <property name="expand">False</property> - <property name="fill">False</property> + <property name="fill">True</property> <property name="position">2</property> </packing> </child> </object> <packing> <property name="expand">False</property> - <property name="fill">False</property> + <property name="fill">True</property> <property name="position">2</property> </packing> </child> |