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
|
// Unique identifier to reference this object
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
width: 400
|
width: 600
|
||||||
height: 300
|
height: 400
|
||||||
|
|
||||||
// Window title
|
// Window title
|
||||||
// i18nc() makes a string translatable
|
// i18nc() makes a string translatable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue