mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 13:48:08 +00:00
feat(ui/views/App/Main/MainWindow): better window size at startup
This commit is contained in:
parent
ca1c4959f4
commit
e9e84a240b
2 changed files with 5 additions and 1 deletions
|
|
@ -81,6 +81,9 @@ Controls1.ApplicationWindow {
|
|||
maximumHeight: MainWindowStyle.toolBar.height
|
||||
minimumHeight: MainWindowStyle.toolBar.height
|
||||
minimumWidth: MainWindowStyle.minimumWidth
|
||||
|
||||
width: MainWindowStyle.width
|
||||
|
||||
title: MainWindowStyle.title
|
||||
visible: true
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@ import Linphone.Styles 1.0
|
|||
|
||||
QtObject {
|
||||
property int minimumHeight: 480
|
||||
property int minimumWidth: 780
|
||||
property int minimumWidth: 680
|
||||
property int width: 950
|
||||
property string title: 'Linphone'
|
||||
|
||||
property QtObject accountStatus: QtObject {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue