diff options
author | andreas kainz <kainz.a@gmail.com> | 2021-02-26 23:32:59 +0100 |
---|---|---|
committer | Andreas Kainz <kainz.a@gmail.com> | 2021-02-27 13:11:36 +0100 |
commit | 671e67e6b3b4827c913502623e40c8781fddd98b (patch) | |
tree | a7365ededb677be8971fb4e682bd50b341e036f2 /svx/uiconfig | |
parent | 114e105001a4e45573227399e33cc23a94040bee (diff) |
Sidebar Paragraph move RemoveBullet to 3rd place like in menubar, toolbar,
Change-Id: I4dbf093f0bb905d782df175aed09a16d28e7eb69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111670
Tested-by: Jenkins
Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/sidebarparagraph.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/uiconfig/ui/sidebarparagraph.ui b/svx/uiconfig/ui/sidebarparagraph.ui index 716b03d9c5a9..bb37e5689191 100644 --- a/svx/uiconfig/ui/sidebarparagraph.ui +++ b/svx/uiconfig/ui/sidebarparagraph.ui @@ -642,7 +642,7 @@ <property name="show_arrow">False</property> <property name="icon_size">2</property> <child> - <object class="GtkToolButton" id=".uno:RemoveBullets"> + <object class="GtkMenuToolButton" id=".uno:DefaultBullet"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> @@ -653,7 +653,7 @@ </packing> </child> <child> - <object class="GtkMenuToolButton" id=".uno:DefaultBullet"> + <object class="GtkMenuToolButton" id=".uno:DefaultNumbering"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> @@ -664,7 +664,7 @@ </packing> </child> <child> - <object class="GtkMenuToolButton" id=".uno:DefaultNumbering"> + <object class="GtkToolButton" id=".uno:RemoveBullets"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> |