Topbar layout fix width conf

This commit is contained in:
2024-11-04 14:57:59 +01:00
parent cce7c57036
commit fcdcf3b0d9
2 changed files with 12 additions and 12 deletions

View File

@@ -11,13 +11,13 @@ Item
id:topBar id:topBar
} }
// Component.onCompleted: Component.onCompleted:
// { {
// appLoader.window.title = "pyqcrm" appLoader.window.title = "pyqcrm"
// appLoader.window.height = Screen.height * .5 appLoader.window.height = Screen.height * .5
// appLoader.window.width = Screen.width * .5 appLoader.window.width = Screen.width * .5
// } }
} }

View File

@@ -18,7 +18,7 @@ import QtQuick.Layouts
{ {
id: topBar id: topBar
height: 35 height: 35
width: parent / 8 width: parent.width / 8