playlists fixed

This commit is contained in:
eximus
2018-11-10 15:52:43 +00:00
parent 236f693bb9
commit 33228539e9
13 changed files with 74 additions and 82 deletions

View File

@@ -286,7 +286,7 @@ Rectangle {
textColor: "white"
tooltipBG: "#25000000"
tooltipFG: "#dc322f"
image: "warning_red.png"
image: "components/resources/warning_red.png"
onTextChanged: {
if (password_input_box.text == "") {
clear_passwd_button.visible = false
@@ -456,7 +456,7 @@ Rectangle {
ImageButton {
id: reboot_button
height: parent.height
source: "reboot.svg"
source: "components/resources/reboot.svg"
visible: sddm.canReboot
onClicked: sddm.reboot()
@@ -467,7 +467,7 @@ Rectangle {
ImageButton {
id: shutdown_button
height: parent.height
source: "shutdown.svg"
source: "components/resources/shutdown.svg"
visible: sddm.canPowerOff
onClicked: sddm.powerOff()
KeyNavigation.backtab: reboot_button