Bind width to parent.width
authorMohammed Sameer <msameer@foolab.org>
Thu, 27 Dec 2012 18:19:03 +0000 (20:19 +0200)
committerMohammed Sameer <msameer@foolab.org>
Thu, 27 Dec 2012 18:19:03 +0000 (20:19 +0200)
qml/CameraSettings.qml

index 886764c..5fc4bcb 100644 (file)
@@ -31,8 +31,10 @@ Column {
         Label {
                 font.pixelSize: 36
                 text: qsTr("Camera settings");
+                width: parent.width
         }
 /*
+// TODO:
         SectionHeader {
                 text: qsTr("Show captured content");
         }
@@ -67,6 +69,7 @@ Column {
 */
         SectionHeader {
                 text: qsTr("Creator name");
+                width: parent.width
         }
 
         TextField {