svx/uiconfig/ui/sidebarstylespanel.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8ce528fcdf83c2fc38e4e68d7caeacd6bad68155 Author: Jim Raykowski <[email protected]> AuthorDate: Sat Sep 29 15:29:17 2018 -0800 Commit: Christian Lohmaier <[email protected]> CommitDate: Tue Oct 9 14:24:01 2018 +0200 tdf#118764 Sidebar style panel tab stops Change-Id: I307de58a10ec3a79dcf75b9b1383e951b38a9d93 Reviewed-on: https://gerrit.libreoffice.org/61147 Tested-by: Jenkins Reviewed-by: Katarina Behrens <[email protected]> (cherry picked from commit d9cb4522087d1ef1cafe4333f9b91a62a4657403) Reviewed-on: https://gerrit.libreoffice.org/61574 Reviewed-by: Christian Lohmaier <[email protected]> diff --git a/svx/uiconfig/ui/sidebarstylespanel.ui b/svx/uiconfig/ui/sidebarstylespanel.ui index d32571b10e4b..afdc241ab750 100644 --- a/svx/uiconfig/ui/sidebarstylespanel.ui +++ b/svx/uiconfig/ui/sidebarstylespanel.ui @@ -27,7 +27,7 @@ <child> <object class="GtkToolButton" id="fontstyle"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="is_important">True</property> <property name="action_name">.uno:StyleApply</property> </object> @@ -61,7 +61,7 @@ <child> <object class="GtkToolButton" id="styleupdateexample"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="is_important">True</property> <property name="action_name">.uno:StyleUpdateByExample</property> </object> @@ -84,7 +84,7 @@ <child> <object class="GtkToolButton" id="stylenewexample"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can_focus">True</property> <property name="is_important">True</property> <property name="action_name">.uno:StyleNewByExample</property> </object> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
