summaryrefslogtreecommitdiffstats
path: root/app/SettingsLauncher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/SettingsLauncher.qml')
-rw-r--r--app/SettingsLauncher.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml
index c627324..4591cb4 100644
--- a/app/SettingsLauncher.qml
+++ b/app/SettingsLauncher.qml
@@ -40,14 +40,14 @@ Page {
Layout.preferredWidth: 100
Layout.preferredHeight: 100
Image {
- anchors.centerIn: parent
+ anchors.fill: parent
source: model.icon
}
}
Label {
Layout.fillWidth: true
text: model.title.toUpperCase()
- color: '#59FF7F'
+ color: '#66FF99'
}
Switch {
id: checkedSwitch