diff options
Diffstat (limited to 'engine/UI/GridRow.go')
| -rw-r--r-- | engine/UI/GridRow.go | 12 |
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 |
