Layout alignment and phoney start page
This commit is contained in:
@@ -4,12 +4,11 @@ import QtQuick.Layouts
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
Item
|
||||
anchors.top: TopBar.bottom
|
||||
Rectangle
|
||||
{
|
||||
Component.onCompleted:
|
||||
{
|
||||
appLoader.source = "firststart.qml"
|
||||
appLoader.window.title = "pyqcrm"
|
||||
}
|
||||
color: "blue"
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user