diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-02-20 15:06:48 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-02-20 21:15:07 +0000 |
commit | abb42c396d84df49b511b8f3c73783dc56982c14 (patch) | |
tree | b35cb2cb46dea0e125491aeeca8b2dbd6492ab0f /sw/uiconfig | |
parent | 23bad2bbd3add5eed49f09ebb3bc32b2cae8d8ba (diff) |
Related tdf#153090 Move dropdown next to checkbox
Avoid extra row just for the dropdown
Change-Id: Ic75fec82875576a644ab09e1d6a4af8bed48dba5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147332
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocindexpage.ui | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui index bc06f72f22bb..5568deb0d6c6 100644 --- a/sw/uiconfig/swriter/ui/tocindexpage.ui +++ b/sw/uiconfig/swriter/ui/tocindexpage.ui @@ -1237,7 +1237,7 @@ </packing> </child> <child> - <!-- n-columns=2 n-rows=2 --> + <!-- n-columns=2 n-rows=1 --> <object class="GtkGrid" id="grid14"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -1263,27 +1263,13 @@ <packing> <property name="left-attach">0</property> <property name="top-attach">0</property> - <property name="width">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="parastyleft"> - <property name="visible">True</property> - <property name="can-focus">False</property> - <property name="label" translatable="yes" context="tocindexpage|parastyleft">Paragraph style:</property> - <property name="use-underline">True</property> - <property name="mnemonic-widget">display</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="left-attach">0</property> - <property name="top-attach">1</property> </packing> </child> <child> <object class="GtkComboBoxText" id="parastyle"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="hexpand">True</property> <child internal-child="accessible"> <object class="AtkObject" id="parastyle-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="tocindexpage|extended_tip|parastyle">Select the paragraph style for which you want to create index entries.</property> @@ -1292,7 +1278,7 @@ </object> <packing> <property name="left-attach">1</property> - <property name="top-attach">1</property> + <property name="top-attach">0</property> </packing> </child> </object> |