QML UI: fix typo

And remove line that's commented out.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-22 13:06:48 -07:00
parent 0b78b0c192
commit a03aa44821

View file

@ -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