removed slop comments and SysInfoRow doesnt uses hardcoded values

This commit is contained in:
SomeElse
2026-05-28 08:30:00 +00:00
parent 1b9ee3bbb3
commit 7606b96a09
2 changed files with 8 additions and 14 deletions

View File

@@ -81,7 +81,6 @@ PanelWindow {
onClicked: root.close()
}
// ── Full right-side background panel ──────────────────────────────────
Rectangle {
id: sidebarPanel
transform: Translate { id: panelSlide; x: root.slideFrom }
@@ -96,7 +95,6 @@ PanelWindow {
clip: true
// ── Widget area ───────────────────────────────────────────────────
Item {
id: widgetArea
anchors {
@@ -179,7 +177,6 @@ PanelWindow {
}
}
// ── Enter animation ───────────────────────────────────────────────────
ParallelAnimation {
id: enterAnim
NumberAnimation {
@@ -192,7 +189,6 @@ PanelWindow {
}
}
// ── Exit animation ────────────────────────────────────────────────────
ParallelAnimation {
id: exitAnim
onStopped: hideTimer.restart()