Added scrollbars for lists and text fields. Added saving to the path settings for configuration files and the current language. Various UI improvements
This commit is contained in:
@@ -53,7 +53,8 @@ ItemDelegate {
|
||||
}
|
||||
|
||||
background: Rectangle {
|
||||
color: control.pressed ? Palette.pressedButtonColor :
|
||||
control.hovered ? Palette.hoveredButtonColor : Palette.buttonColor
|
||||
color: control.pressed || control.highlighted ?
|
||||
Palette.pressedButtonColor : control.hovered ?
|
||||
Palette.hoveredButtonColor : Palette.buttonColor
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user