make wbutton not have stupid inset by default

This commit is contained in:
end-4
2025-11-22 16:36:41 +01:00
parent 6cb1b738c6
commit 7b2cfb11f6
7 changed files with 2 additions and 6 deletions
@@ -72,7 +72,7 @@ Button {
property var altAction: () => {}
property var middleClickAction: () => {}
property real inset: 2
property real inset: 0
topInset: inset
bottomInset: inset
leftInset: inset