fix: stabilize hover controls

This commit is contained in:
2026-05-23 13:52:26 +00:00
parent 4551a63c32
commit 01ddf659d7
2 changed files with 30 additions and 4 deletions
+4
View File
@@ -68,6 +68,8 @@ PlasmoidItem {
}
fullRepresentation: Representation {
width: root.width
height: root.height
Layout.minimumWidth: Kirigami.Units.gridUnit * 25
Layout.minimumHeight: Kirigami.Units.gridUnit * 5
Layout.preferredWidth: root.width
@@ -92,6 +94,8 @@ PlasmoidItem {
}
compactRepresentation: Representation {
width: root.width
height: root.height
Layout.minimumWidth: Kirigami.Units.gridUnit * 25
Layout.minimumHeight: Kirigami.Units.gridUnit * 5
Layout.preferredWidth: root.width