minor tweaks
authorMohammed Sameer <msameer@foolab.org>
Sun, 15 Sep 2013 14:17:27 +0000 (17:17 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sun, 15 Sep 2013 14:17:27 +0000 (17:17 +0300)
qml/CameraSettings.qml

index 9791aa8..ee113a5 100644 (file)
@@ -24,7 +24,7 @@ import QtQuick 2.0
 import QtCamera 1.0
 
 Column {
-    property Camera camera: null
+    property Camera camera
 
     id: col
     spacing: 10
@@ -38,7 +38,6 @@ Column {
 
     SectionHeader {
         text: qsTr("Camera")
-        width: parent.width
     }
 
     CameraButtonRow {
@@ -69,7 +68,6 @@ Column {
 
     SectionHeader {
         text: qsTr("Creator name")
-        width: parent.width
     }
 
     CameraTextField {