Increase window size
This commit is contained in:
parent
60c5a9ec91
commit
8882908df1
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ Kirigami.ApplicationWindow {
|
|||
// Unique identifier to reference this object
|
||||
id: root
|
||||
|
||||
width: 400
|
||||
height: 300
|
||||
width: 600
|
||||
height: 400
|
||||
|
||||
// Window title
|
||||
// i18nc() makes a string translatable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue