diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-22 08:24:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-22 08:24:06 +0300 |
| commit | a9c82dc7ec525358c3ff417f32f116f760b92a65 (patch) | |
| tree | 1c3638cf84e743af25ad7ce4055ff30afd54c096 /internal/gui/app.go | |
| parent | 6134841d6f6bdbf94b6a97c822396123ebdc2045 (diff) | |
lowercase
Diffstat (limited to 'internal/gui/app.go')
| -rw-r--r-- | internal/gui/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/gui/app.go b/internal/gui/app.go index 685c913..aa4fb74 100644 --- a/internal/gui/app.go +++ b/internal/gui/app.go @@ -293,7 +293,7 @@ func (a *Application) setupUI() { a.window.Canvas().Unfocus() }) // Create container for image and prompt with proper sizing promptContainer := container.NewBorder( - widget.NewLabel("Image Prompt:"), + widget.NewLabel("Image prompt:"), nil, nil, nil, |
