mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
ServerContainers qml ui started to fix
This commit is contained in:
@@ -12,7 +12,7 @@ BasicButtonType {
|
||||
background: Rectangle {
|
||||
anchors.fill: parent
|
||||
radius: 4
|
||||
color: root.containsMouse ? "#211966" : "#100A44"
|
||||
color: root.enabled ? (root.containsMouse ? "#211966" : "#100A44") : "#888888"
|
||||
}
|
||||
font.pixelSize: 16
|
||||
contentItem: Text {
|
||||
|
||||
@@ -5,5 +5,7 @@ ComboBox {
|
||||
id: root
|
||||
font.family: "Lato"
|
||||
font.styleName: "normal"
|
||||
font.pixelSize: 13
|
||||
font.pixelSize: 16
|
||||
|
||||
popup.font.pixelSize: 16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user