summaryrefslogtreecommitdiff
path: root/engine/UI/GridRow.go
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-02-02 13:53:39 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-02-02 13:53:39 +0500
commit5f62643b0dfa6e33177116082acd47c1a93a9940 (patch)
tree838e3674dfe9aede2a6af70e31d937d58ae8ce92 /engine/UI/GridRow.go
parent7d0b734ddf915d2f585d972a347c5203e8ef2ba7 (diff)
Flex column
Diffstat (limited to 'engine/UI/GridRow.go')
-rw-r--r--engine/UI/GridRow.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/engine/UI/GridRow.go b/engine/UI/GridRow.go
index fed6051..3139d97 100644
--- a/engine/UI/GridRow.go
+++ b/engine/UI/GridRow.go
@@ -1,21 +1,9 @@
package ui
import (
- "image/color"
-
rl "github.com/gen2brain/raylib-go/raylib"
)
-var defaultGridPadding float32 = 0
-var defaultGridRoundness float32 = 0
-
-var defaultGridStyle = &Style {
- BacgroundColor: &color.RGBA{0, 0, 0, 0},
- FontColor: &rl.DarkGray,
- Padding: &defaultGridPadding,
- Roundness: &defaultGridRoundness,
-}
-
type GridRow struct {
// A portion of the screen the row will occupy. Works similar to CSS's 'flex-grow'
HeightWeight float32