aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-22 13:06:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-22 16:15:00 -0700
commita03aa448217deec84bb54dd26a6c974fa391675f (patch)
treeb924c21ca8a9596dd6f3e9914f35cbc6c164e9e2
parent0b78b0c192cee45aa116ec65337fe935e25f2e72 (diff)
downloadsubsurface-a03aa448217deec84bb54dd26a6c974fa391675f.tar.gz
QML UI: fix typo
And remove line that's commented out. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/Settings.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml
index 4c9e73574..8669c3bb1 100644
--- a/mobile-widgets/qml/Settings.qml
+++ b/mobile-widgets/qml/Settings.qml
@@ -49,8 +49,7 @@ Kirigami.ScrollablePage {
Layout.preferredWidth: gridWidth * 0.2
}
Row {
- Layout.preferredWidth: gridwidth * 0.6
-// Layout.alignment: Qt.AlignLeft
+ Layout.preferredWidth: gridWidth * 0.6
Rectangle {
id: blueRect
color: subsurfaceTheme.blueBackgroundColor