SettingsPanel size
This commit is contained in:
parent
55a8aa3026
commit
7ec7ac793e
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ NLoader {
|
|||
border.width: Math.max(1, Style.borderThin * scaling)
|
||||
layer.enabled: true
|
||||
width: Math.max(screen.width * 0.5, 1280) * scaling
|
||||
height: Math.max(screen.width * 0.5, 720) * scaling
|
||||
height: Math.max(screen.height * 0.5, 720) * scaling
|
||||
anchors.centerIn: parent
|
||||
|
||||
// Animation properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue