ServerContainers qml ui started to fix
This commit is contained in:
parent
40fa2d6779
commit
542f363e92
17 changed files with 837 additions and 507 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue