diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-20 00:33:20 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-09-20 08:25:48 +0200 |
commit | 6af41e0e55a578b3419737fc8aa9ab7757402cd5 (patch) | |
tree | a908f3374db2fa784bb9c250839ffc0ff811984a /cui/uiconfig | |
parent | 79ea27ec4418b82af5ba2187ae59cd9c0874060b (diff) |
tdf#151070 Leverage UI layout to show relation between buddy options
And this is why LibreOffice is found by users to be hard to use:
because we suck at layouting. Just by swapping a checkbox and
a combobox, the relation between the two magically becomes INTUITIVE.
Change-Id: Id3801015a6e75d1372d46f1e2d99cfb3a662496d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140213
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/pageformatpage.ui | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/pageformatpage.ui b/cui/uiconfig/ui/pageformatpage.ui index e96e063f42ba..55c57083ef93 100644 --- a/cui/uiconfig/ui/pageformatpage.ui +++ b/cui/uiconfig/ui/pageformatpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.38.2 --> +<!-- Generated with glade 3.40.0 --> <interface domain="cui"> <requires lib="gtk+" version="3.20"/> <!-- n-columns=1 n-rows=3 --> @@ -558,8 +558,9 @@ </child> </object> <packing> - <property name="left-attach">1</property> - <property name="top-attach">3</property> + <property name="left-attach">0</property> + <property name="top-attach">2</property> + <property name="width">2</property> </packing> </child> <child> @@ -648,6 +649,7 @@ <object class="GtkLabel" id="labelRegisterStyle"> <property name="can-focus">False</property> <property name="no-show-all">True</property> + <property name="margin-start">12</property> <property name="label" translatable="yes" context="pageformatpage|labelRegisterStyle">Reference _Style:</property> <property name="use-underline">True</property> <property name="mnemonic-widget">comboRegisterStyle</property> @@ -655,7 +657,7 @@ </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">2</property> + <property name="top-attach">3</property> </packing> </child> <child> @@ -665,7 +667,7 @@ </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">2</property> + <property name="top-attach">3</property> </packing> </child> <child> @@ -742,9 +744,6 @@ <child> <placeholder/> </child> - <child> - <placeholder/> - </child> </object> </child> <child type="label"> |