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

Tomaž Vajngerl (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 10 23:18:43 UTC 2019


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

New commits:
commit 6ed8c8ab84cc344f5388056da20996dd5266aadf
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Nov 10 22:12:15 2019 +0100
Commit:     Tomaž Vajngerl <quikee at gmail.com>
CommitDate: Mon Nov 11 00:17:59 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 <quikee at 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"/>


More information about the Libreoffice-commits mailing list