Programm-Einstellungen anlegen

This commit is contained in:
2024-10-30 17:42:25 +01:00
parent d3b99320dd
commit 8369c31c91
4 changed files with 52 additions and 26 deletions

View File

@@ -9,8 +9,8 @@ Item
Component.onCompleted:
{
appLoader.window.title = "pyqcrm"
appLoader.window.height = Screen.height
appLoader.window.width = Screen.width
appLoader.window.height = Screen.height * .5
appLoader.window.width = Screen.width * .5
}