summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-30 13:25:25 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-30 13:58:37 +0300
commit73b88511a7762fc21765556ed649e056e5d28100 (patch)
treea00a1955778f00575e85e81b289216bcc8b0b202
parent7236ab7b3015f3310860b96cf1da17d0aa2a7d6a (diff)
launchersettings: make ip field span two columns
This makes the hostname button fit better in smaller resolution. Task-number: QTEE-689 Change-Id: I8bead95d7b0d614ee1fa882699b990ef33848f99 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
-rw-r--r--basicsuite/launchersettings/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicsuite/launchersettings/main.qml b/basicsuite/launchersettings/main.qml
index 7c4daaf..c42d8dc 100644
--- a/basicsuite/launchersettings/main.qml
+++ b/basicsuite/launchersettings/main.qml
@@ -243,6 +243,7 @@ Rectangle {
text: if (networkControllerLoader.item != undefined) { networkControllerLoader.item.getIPAddress(); }
font.pixelSize: 18
color: "white"
+ Layout.columnSpan: 2
}
Button {