mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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
|
Layout.preferredWidth: gridWidth * 0.2
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
Layout.preferredWidth: gridwidth * 0.6
|
Layout.preferredWidth: gridWidth * 0.6
|
||||||
// Layout.alignment: Qt.AlignLeft
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: blueRect
|
id: blueRect
|
||||||
color: subsurfaceTheme.blueBackgroundColor
|
color: subsurfaceTheme.blueBackgroundColor
|
||||||
|
|
Loading…
Add table
Reference in a new issue