summaryrefslogtreecommitdiffstats
path: root/app/SettingsLauncher.qml
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-20 21:32:30 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2016-12-20 21:32:30 +0900
commit45c0a4fa723ef93246a0d3530a135bf3d8ed4f9b (patch)
tree94f0c57d42236ff4c868b1e7f768ce06cb9ce8da /app/SettingsLauncher.qml
parentc70f97efea9b58490362692833104a6a5f23da89 (diff)
Add Version Info
Change-Id: I9c8d36e9c4d9068e7c7bcb8834d84dd2cf810874 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
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