[Libreoffice-commits] core.git: svx/uiconfig
andreas kainz (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 27 12:12:22 UTC 2021
svx/uiconfig/ui/sidebarparagraph.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 671e67e6b3b4827c913502623e40c8781fddd98b
Author: andreas kainz <kainz.a at gmail.com>
AuthorDate: Fri Feb 26 23:32:59 2021 +0100
Commit: Andreas Kainz <kainz.a at gmail.com>
CommitDate: Sat Feb 27 13:11:36 2021 +0100
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 at gmail.com>
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>
More information about the Libreoffice-commits
mailing list