diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-22 13:06:48 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-22 16:15:00 -0700 |
commit | a03aa448217deec84bb54dd26a6c974fa391675f (patch) | |
tree | b924c21ca8a9596dd6f3e9914f35cbc6c164e9e2 | |
parent | 0b78b0c192cee45aa116ec65337fe935e25f2e72 (diff) | |
download | subsurface-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.qml | 3 |
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 |