changed button orientation

This commit is contained in:
Grimsace
2026-02-10 10:45:14 -06:00
parent 48a3ad96fb
commit 277f98b801
+1 -1
View File
@@ -120,7 +120,7 @@ func main() {
rollButton, rollButton,
} }
buttonsContainer := container.New(newAspectRatioLayout(2.0/3.0, 7, 5)) buttonsContainer := container.New(newAspectRatioLayout(3.0/2.0, 7, 5))
for _, button := range buttons { for _, button := range buttons {
buttonsContainer.Add(button) buttonsContainer.Add(button)
} }