Layout alignment and phoney start page with margins
This commit is contained in:
@@ -5,10 +5,12 @@ import QtQuick.Layouts
|
||||
ColumnLayout
|
||||
{
|
||||
anchors.top: TopBar.bottom
|
||||
|
||||
Rectangle
|
||||
{
|
||||
color: "blue"
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
Layout.bottomMargin: 9
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user