Merge main
This commit is contained in:
14
Gui/main.qml
14
Gui/main.qml
@@ -16,6 +16,8 @@ ApplicationWindow
|
||||
property string confile: ""
|
||||
property alias settingsFileDialog: settingsFiledialog
|
||||
|
||||
palette.text: Colors.foreground
|
||||
|
||||
|
||||
TopBar
|
||||
{
|
||||
@@ -45,11 +47,13 @@ ApplicationWindow
|
||||
|
||||
anchors
|
||||
{
|
||||
left: topBar.right
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
margins: Dimensions.s
|
||||
|
||||
fill: parent
|
||||
topMargin: Dimensions.l
|
||||
bottomMargin: Dimensions.l
|
||||
rightMargin: Dimensions.l
|
||||
leftMargin: Dimensions.l
|
||||
|
||||
}
|
||||
|
||||
property alias window: appWindow
|
||||
|
||||
Reference in New Issue
Block a user