Changed base deform numbers, less bouncy
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Lint & Format (Python) / lint-format (pull_request) Successful in 24s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m39s

This commit is contained in:
2026-05-20 07:44:56 +02:00
parent b1bfcb3ed0
commit 853b683962
+6 -6
View File
@@ -182,7 +182,7 @@ Variants {
property real extraHeight: 0.2
deformAmount: 0.08
deformAmount: 0.06
implicitHeight: panels.dashboard.height * (1 + extraHeight)
implicitWidth: panels.dashboard.width
panel: panels.dashboardWrapper
@@ -196,7 +196,7 @@ Variants {
property real extraHeight: 0.2
deformAmount: 0.08
deformAmount: 0.06
implicitHeight: panels.launcher.height * (1 + extraHeight)
panel: panels.launcher
radius: Appearance.rounding.smallest + 5
@@ -207,7 +207,7 @@ Variants {
id: sidebarBg
bottomLeftRadius: 0
deformAmount: 0.08
deformAmount: 0.04
exclude: panels.sidebar.offsetScale > 0.08 ? [] : [utilsBg]
implicitHeight: panel.height * (1 / rawDeformMatrix.m22) + 2
panel: panels.sidebar
@@ -262,7 +262,7 @@ Variants {
PanelBg {
id: resourcesBg
deformAmount: 0.08
deformAmount: 0.05
implicitHeight: panels.resources.height
implicitWidth: panels.resources.width
panel: panels.resourcesWrapper
@@ -276,10 +276,10 @@ Variants {
property real extraHeight: 0.2
deformAmount: 0.08
deformAmount: 0.03
implicitHeight: panels.settings.height * (1 + extraHeight)
implicitWidth: panels.settings.width
panel: panels.settingsWrapper
panel: panels.settings
radius: Appearance.rounding.large
topLeftRadius: Appearance.rounding.large + Appearance.padding.smaller
topRightRadius: Appearance.rounding.large + Appearance.padding.smaller