Merge remote-tracking branch 'origin/master' into CURA-6447_fix_start_onboarding

This commit is contained in:
Lipu Fei 2019-04-10 09:08:05 +02:00
commit 9a33a301ab
5 changed files with 11 additions and 4 deletions

View file

@ -27,6 +27,7 @@ RadioButton
implicitWidth: UM.Theme.getSize("radio_button").width
implicitHeight: UM.Theme.getSize("radio_button").height
anchors.verticalCenter: parent.verticalCenter
anchors.alignWhenCentered: false
radius: width / 2
border.width: UM.Theme.getSize("default_lining").width
border.color: radioButton.hovered ? UM.Theme.getColor("small_button_text") : UM.Theme.getColor("small_button_text_hover")