mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:33:24 +00:00
QML UI: fix typo
And remove line that's commented out. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0b78b0c192
commit
a03aa44821
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue