summaryrefslogtreecommitdiff
path: root/engine/UI/GridRow.go
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-02-02 13:29:21 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-02-02 13:29:21 +0500
commit7d0b734ddf915d2f585d972a347c5203e8ef2ba7 (patch)
tree23c44e4a5838aa268093f3876be081c6886130bf /engine/UI/GridRow.go
parent7383f73a5b1589d3257b44407e46adfe987e2530 (diff)
Label text centering
Diffstat (limited to 'engine/UI/GridRow.go')
-rw-r--r--engine/UI/GridRow.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/UI/GridRow.go b/engine/UI/GridRow.go
index 4e222a7..fed6051 100644
--- a/engine/UI/GridRow.go
+++ b/engine/UI/GridRow.go
@@ -85,6 +85,5 @@ func (base *GridRow) RecalculateCache(span *rl.Rectangle) {
base.cache.CalculateOffsets(span.Width, span.Height, *base.Style.Padding, *base.Style.Padding)
var weightToScale = getWeightToPixelsRatio(base, base.cache.Width)
var spacingPx = base.Spacing * span.Width
- rl.TraceLog(rl.LogInfo, "Spacing: %v (%v px)", base.Spacing, spacingPx)
base.cache.CalculateRowsLocations(base.Objects, weightToScale, spacingPx, span.X)
}