mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
Different scaling for Bar and Panels
This commit is contained in:
@@ -11,8 +11,8 @@ import qs.Widgets
|
||||
NPanel {
|
||||
id: root
|
||||
|
||||
preferredWidth: 800
|
||||
preferredHeight: 800
|
||||
preferredWidth: 800 * Style.uiScaleRatio
|
||||
preferredHeight: 800 * Style.uiScaleRatio
|
||||
preferredWidthRatio: 0.4
|
||||
preferredHeightRatio: 0.75
|
||||
|
||||
|
||||
Reference in New Issue
Block a user