resized text boxes, fixed progress bar

This commit is contained in:
Grimsace
2026-02-13 09:29:06 -06:00
parent 1ce60c6c33
commit 5b1355c555
2 changed files with 54 additions and 6 deletions
+2 -2
View File
@@ -114,9 +114,9 @@ func (s *numericInputSlider) CreateRenderer() fyne.WidgetRenderer {
errorLabel: s.errorLabel,
}
r.layout = layout.NewVBoxLayout()
r.layout = layout.NewGridLayout(1)
r.objects = []fyne.CanvasObject{
container.NewBorder(nil, nil, r.label, r.entry),
container.NewGridWithColumns(2, r.label, r.entry),
r.sliderWidget,
r.errorLabel,
}