From 45c0a4fa723ef93246a0d3530a135bf3d8ed4f9b Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Tue, 20 Dec 2016 21:32:30 +0900 Subject: Add Version Info Change-Id: I9c8d36e9c4d9068e7c7bcb8834d84dd2cf810874 Signed-off-by: Tasuku Suzuki --- app/SettingsLauncher.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/SettingsLauncher.qml') 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 -- cgit 1.2.3-korg