ServerContainers qml ui started to fix

This commit is contained in:
Pokamest Nikak 2021-09-10 22:19:00 +03:00
parent 40fa2d6779
commit 542f363e92
17 changed files with 837 additions and 507 deletions

View file

@ -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 {

View file

@ -5,5 +5,7 @@ ComboBox {
id: root
font.family: "Lato"
font.styleName: "normal"
font.pixelSize: 13
font.pixelSize: 16
popup.font.pixelSize: 16
}