speed optimization of ui on windows

This commit is contained in:
vladimir.kuznetsov 2023-06-30 18:14:47 +03:00
parent b4eb317b00
commit 35660ff5e7
4 changed files with 33 additions and 20 deletions

View file

@ -18,11 +18,6 @@ RadioButton {
property string textColor: "#D7D8DB"
property string selectedTextColor: "#FBB26A"
property string pressedBorderColor: Qt.rgba(251/255, 178/255, 106/255, 0.3)
property string selectedBorderColor: "#FBB26A"
property string defaultBodredColor: "transparent"
property int borderWidth: 0
property string imageSource
property bool showImage