better
This commit is contained in:
+2
-2
@@ -17,8 +17,8 @@ PanelWindow {
|
||||
anchors.right: true
|
||||
|
||||
implicitHeight: (
|
||||
screen.height >= 2160 ? screen.height * 0.02 :
|
||||
screen.height >= 1440 ? screen.height * 0.03 :
|
||||
screen.height >= 2160 ? screen.height * 0.03 :
|
||||
screen.height >= 1440 ? screen.height * 0.035 :
|
||||
screen.height * 0.04
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user