[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - svx/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jun 11 08:04:01 UTC 2020
svx/uiconfig/ui/sidebarstylespanel.ui | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 39220b1534a413281eaaa366ef7df734711d89fa
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jun 10 12:34:43 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jun 11 10:03:24 2020 +0200
let the parent toolbar decide the focus of the buttons
Change-Id: I481fbc1b65b806cdb9eb41d6648fe9476f1326fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96031
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui b/svx/uiconfig/ui/sidebarstylespanel.ui
index 7e87f0ae4091..66ee89676ad7 100644
--- a/svx/uiconfig/ui/sidebarstylespanel.ui
+++ b/svx/uiconfig/ui/sidebarstylespanel.ui
@@ -76,10 +76,11 @@
<property name="can_focus">True</property>
<property name="toolbar_style">icons</property>
<property name="show_arrow">False</property>
+ <property name="icon_size">2</property>
<child>
<object class="GtkToolButton" id=".uno:StyleUpdateByExample">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
@@ -89,7 +90,7 @@
<child>
<object class="GtkToolButton" id=".uno:StyleNewByExample">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
</object>
<packing>
<property name="expand">True</property>
More information about the Libreoffice-commits
mailing list