Add some padding to Done button

This commit is contained in:
2025-12-30 20:05:08 +01:00
parent 61073283a5
commit 2e869b76ef
+7 -4
View File
@@ -132,10 +132,13 @@ component ShopView inherits VerticalBox {
items <=> list;
}
Button {
text: "I am done hehe";
clicked => {
State.delete-checked();
HorizontalLayout {
padding: 12px;
Button {
text: "I am done hehe";
clicked => {
State.delete-checked();
}
}
}
}