mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Settings: better looking settings panel on 1080p
This commit is contained in:
@@ -11,8 +11,8 @@ import qs.Widgets
|
||||
NPanel {
|
||||
id: root
|
||||
|
||||
panelWidth: Math.max(screen?.width * 0.4, 768) * scaling
|
||||
panelHeight: Math.max(screen?.height * 0.75, 810) * scaling
|
||||
panelWidth: Math.round(Math.max(screen?.width * 0.4, 1000) * scaling)
|
||||
panelHeight: Math.round(Math.max(screen?.height * 0.75, 800) * scaling)
|
||||
panelAnchorHorizontalCenter: true
|
||||
panelAnchorVerticalCenter: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user