Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-desktop
Commits
e9e84a24
Commit
e9e84a24
authored
Feb 17, 2017
by
Ronan
Browse files
feat(ui/views/App/Main/MainWindow): better window size at startup
parent
ca1c4959
Changes
2
Hide whitespace changes
Inline
Side-by-side
linphone-desktop/ui/views/App/Main/MainWindow.qml
View file @
e9e84a24
...
...
@@ -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
...
...
linphone-desktop/ui/views/App/Styles/Main/MainWindowStyle.qml
View file @
e9e84a24
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment