aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/universal/RadioButton.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-22 22:40:54 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-25 22:59:42 +0000
commit929df0fa5039dce6430ca695d95c5094844aa647 (patch)
tree7cf20715785e466172016df000b1ebe14c707be8 /src/imports/controls/universal/RadioButton.qml
parent8e42f9aff5822b78944363d015764d2cb3736d2c (diff)
Universal: add support for user-defined accent colors
Change-Id: I23863519269deddb3a6007657fc93e83f33be842 Task-number: QTBUG-50103 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/imports/controls/universal/RadioButton.qml')
-rw-r--r--src/imports/controls/universal/RadioButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/universal/RadioButton.qml b/src/imports/controls/universal/RadioButton.qml
index a5d7d09e..04cd3dcc 100644
--- a/src/imports/controls/universal/RadioButton.qml
+++ b/src/imports/controls/universal/RadioButton.qml
@@ -80,7 +80,7 @@ T.RadioButton {
color: "transparent"
border.width: 2 // RadioButtonBorderThemeThickness
border.color: !control.enabled ? control.Universal.baseLowColor :
- control.pressed ? control.Universal.baseMediumColor : control.Universal.accentColor
+ control.pressed ? control.Universal.baseMediumColor : control.Universal.accent
}
Rectangle {