[Libreoffice-commits] core.git: svx/uiconfig

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 29 07:33:14 UTC 2020


 svx/uiconfig/ui/stylespreview.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8af87a7249f0f8bef3419d5305c1b8be2f0c2bed
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu Oct 29 00:32:24 2020 +0100
Commit:     Andreas Kainz <kainz.a at gmail.com>
CommitDate: Thu Oct 29 08:32:33 2020 +0100

    Notebookbar stylespreview up and down icon use default NB sc_ size
    
    Change-Id: I21bf71496433522b9dcf419dd082eda1cd0327fc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104985
    Tested-by: Jenkins
    Reviewed-by: Andreas Kainz <kainz.a at gmail.com>

diff --git a/svx/uiconfig/ui/stylespreview.ui b/svx/uiconfig/ui/stylespreview.ui
index 626839186714..fd3edce9cc20 100644
--- a/svx/uiconfig/ui/stylespreview.ui
+++ b/svx/uiconfig/ui/stylespreview.ui
@@ -85,7 +85,7 @@
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" context="stylespreview|up">Previous</property>
                     <property name="use_underline">True</property>
-                    <property name="icon_name">cmd/lc_prevrecord.png</property>
+                    <property name="icon_name">cmd/sc_prevrecord.png</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -110,7 +110,7 @@
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" context="stylespreview|down">Next</property>
                     <property name="use_underline">True</property>
-                    <property name="icon_name">cmd/lc_nextrecord.png</property>
+                    <property name="icon_name">cmd/sc_nextrecord.png</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>


More information about the Libreoffice-commits mailing list