diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-11 15:12:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-13 10:07:38 +0100 |
commit | 10620cf97702f6fceb9334df50c255e08925919b (patch) | |
tree | db3d38b8dc63ff6c09c912038fff9e1b3df10e5e /sw/uiconfig/swriter | |
parent | 85e0f5449a115939ec38239c93f69f067cce48e5 (diff) |
fix indents to be consistent
git show -w is empty on this commit
Change-Id: Ifc139cf4557ae9c2664057d2ed87e020330d17c3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109194
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/assignfragment.ui | 34 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/inserttable.ui | 24 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui | 2 |
3 files changed, 30 insertions, 30 deletions
diff --git a/sw/uiconfig/swriter/ui/assignfragment.ui b/sw/uiconfig/swriter/ui/assignfragment.ui index b394cd840f56..3d3598386f5d 100644 --- a/sw/uiconfig/swriter/ui/assignfragment.ui +++ b/sw/uiconfig/swriter/ui/assignfragment.ui @@ -2,21 +2,21 @@ <!-- Generated with glade 3.22.1 --> <interface domain="sw"> <requires lib="gtk+" version="3.20"/> - <object class="GtkLabel" id="label"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="use_underline">True</property> - <property name="mnemonic_widget">combobox</property> - <property name="xalign">0</property> - </object> - <object class="GtkComboBoxText" id="combobox"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hexpand">True</property> - </object> - <object class="GtkLabel" id="preview"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="xalign">0</property> - </object> + <object class="GtkLabel" id="label"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">combobox</property> + <property name="xalign">0</property> + </object> + <object class="GtkComboBoxText" id="combobox"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + </object> + <object class="GtkLabel" id="preview"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0</property> + </object> </interface> diff --git a/sw/uiconfig/swriter/ui/inserttable.ui b/sw/uiconfig/swriter/ui/inserttable.ui index 7d28bdb94e7a..94a90abb1ca9 100644 --- a/sw/uiconfig/swriter/ui/inserttable.ui +++ b/sw/uiconfig/swriter/ui/inserttable.ui @@ -230,18 +230,18 @@ <property name="left_attach">3</property> <property name="top_attach">1</property> </packing> - </child> - <child> - <object class="GtkLabel" id="lbwarning"> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="inserttable|lbwarning">Warning : Large tables may adversely affect performance and compatibility</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">2</property> - <property name="width">4</property> - </packing> - </child> + </child> + <child> + <object class="GtkLabel" id="lbwarning"> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="inserttable|lbwarning">Warning : Large tables may adversely affect performance and compatibility</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> + <property name="width">4</property> + </packing> + </child> </object> </child> <child type="label"> diff --git a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui index 97155e976137..bd4f9e79fb86 100644 --- a/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui +++ b/sw/uiconfig/swriter/ui/notebookbar_groupedbar_compact.ui @@ -5132,7 +5132,7 @@ </child> <child> <object class="svtlo-ManagedMenuButton" id="Extension-ExtensionButton:Menu Addons"> - <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|ExtensionMenuButton">E_xtension</property> + <property name="label" translatable="yes" context="notebookbar_groupedbar_compact|ExtensionMenuButton">E_xtension</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="focus_on_click">False</property> |