Make sure all measurements are divisible by 3

This commit is contained in:
kramo
2023-07-03 14:40:08 +02:00
parent e320e58ffc
commit e388623c03
3 changed files with 12 additions and 12 deletions

View File

@@ -81,8 +81,8 @@ template $Game : Box {
ellipsize: end;
hexpand: true;
halign: start;
margin-top: 14;
margin-bottom: 14;
margin-top: 15;
margin-bottom: 15;
margin-start: 12;
margin-end: 12;
}