diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-09-26 14:13:19 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-09-26 14:13:19 +0200 |
| commit | 91b6d3adc01f1ebc6c37e5bccdf6e5f7a3a56dc6 (patch) | |
| tree | 9a3a97f7fe7c9bbeb15b4dc6a3ed0c4a80a6cf9d /go/ui/constants.go | |
| parent | 3f7c337eccaa81550bf7f13f32c041e5c35fd3a2 (diff) | |
| download | muhqs-game-resize.tar.gz muhqs-game-resize.zip | |
start resize implresize
Diffstat (limited to 'go/ui/constants.go')
| -rw-r--r-- | go/ui/constants.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/ui/constants.go b/go/ui/constants.go index 4bc12558..53592de4 100644 --- a/go/ui/constants.go +++ b/go/ui/constants.go @@ -4,4 +4,5 @@ package ui const ( DRAFT_DECK_VIEW_SCALE = 0.5 + MIN_HAND_HEIGHT = 400 ) |
