Topbar layout fix width conf
This commit is contained in:
@@ -5,19 +5,19 @@ Item
|
||||
{
|
||||
|
||||
|
||||
anchors.fill: parent
|
||||
TopBar
|
||||
{
|
||||
id:topBar
|
||||
}
|
||||
anchors.fill: parent
|
||||
TopBar
|
||||
{
|
||||
id:topBar
|
||||
}
|
||||
|
||||
// Component.onCompleted:
|
||||
// {
|
||||
// appLoader.window.title = "pyqcrm"
|
||||
// appLoader.window.height = Screen.height * .5
|
||||
// appLoader.window.width = Screen.width * .5
|
||||
Component.onCompleted:
|
||||
{
|
||||
appLoader.window.title = "pyqcrm"
|
||||
appLoader.window.height = Screen.height * .5
|
||||
appLoader.window.width = Screen.width * .5
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user