aboutsummaryrefslogtreecommitdiff
path: root/ui/widget/form-text-view.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widget/form-text-view.go')
-rw-r--r--ui/widget/form-text-view.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/widget/form-text-view.go b/ui/widget/form-text-view.go
index 5645a35..207bdde 100644
--- a/ui/widget/form-text-view.go
+++ b/ui/widget/form-text-view.go
@@ -29,7 +29,7 @@ func (ftv *FormTextView) GetLabel() string {
return ""
}
-func (ftv *FormTextView) SetFormAttributes(label string, labelColor, bgColor, fieldTextColor, fieldBgColor tcell.Color) tview.FormItem {
+func (ftv *FormTextView) SetFormAttributes(labelWidth int, labelColor, bgColor, fieldTextColor, fieldBgColor tcell.Color) tview.FormItem {
return ftv
}