From 277f98b8010840c4f5839b6afbce3371f762af54 Mon Sep 17 00:00:00 2001 From: Grimsace Date: Tue, 10 Feb 2026 10:45:14 -0600 Subject: [PATCH] changed button orientation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 17288c5..5fae9f4 100644 --- a/main.go +++ b/main.go @@ -120,7 +120,7 @@ func main() { 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 { buttonsContainer.Add(button) }