vcl/uiconfig/theme_definitions/ios/definition.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c6c0b8fb6f80d751979160d47a296762452992dc
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Sun Nov 10 22:12:15 2019 +0100
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Thu Nov 14 10:58:14 2019 +0100

    widget theme: add missing actionButtonTextColor style to iOS theme
    
    Forgot to add "actionButtonTextColor" to the iOS theme definition.
    
    Change-Id: I29207512a04068759021d4ae6a30824b56498de6
    Reviewed-on: https://gerrit.libreoffice.org/82394
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>
    (cherry picked from commit 6ed8c8ab84cc344f5388056da20996dd5266aadf)
    Reviewed-on: https://gerrit.libreoffice.org/82639
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/vcl/uiconfig/theme_definitions/ios/definition.xml 
b/vcl/uiconfig/theme_definitions/ios/definition.xml
index 2a29df41d378..310f450f0f04 100644
--- a/vcl/uiconfig/theme_definitions/ios/definition.xml
+++ b/vcl/uiconfig/theme_definitions/ios/definition.xml
@@ -10,8 +10,8 @@
         <darkShadowColor value="#000000"/>
         <buttonTextColor value="#007AFF"/>
         <defaultActionButtonTextColor value="#007AFF"/>
+        <actionButtonTextColor value="#007AFF"/>
         <actionButtonRolloverTextColor value="#007AFF"/>
-        <buttonTextColor value="#007AFF"/>
         <buttonRolloverTextColor value="#FFFFFF"/>
         <radioCheckTextColor value="#000000"/>
         <groupTextColor value="#000000"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to