From 5f62643b0dfa6e33177116082acd47c1a93a9940 Mon Sep 17 00:00:00 2001 From: Physcik Date: Mon, 2 Feb 2026 13:53:39 +0500 Subject: Flex column --- engine/UI/GridRow.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'engine/UI/GridRow.go') 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 -- cgit v1.3