changed form label for better fit to window size
This commit is contained in:
parent
ce0b4e0de8
commit
22a1ffa601
1 changed files with 3 additions and 3 deletions
6
main.go
6
main.go
|
|
@ -206,12 +206,12 @@ func createMainContent(db *sql.DB, table *widget.Table, lastBilanz string) *fyne
|
|||
|
||||
form3 := &widget.Form{
|
||||
Items: []*widget.FormItem{
|
||||
{Text: "Papiergeld zurück in die Kasse", Widget: papierZurueck},
|
||||
{Text: "Einzahlung auf Konto", Widget: einzahlung},
|
||||
{Text: "Tagesbilanz vgl- Einnahme zu zBon", Widget: tagesbilanz},
|
||||
{Text: "Gesamtes Papiergeld:", Widget: papierGesamt},
|
||||
{Text: "Gesamtes Bargeld:", Widget: barGesamt},
|
||||
{Text: "Gesamtes Bargeld mit EC:", Widget: ecGesamt},
|
||||
{Text: "Papiergeld zurück:", Widget: papierZurueck},
|
||||
{Text: "Einzahlung:", Widget: einzahlung},
|
||||
{Text: "Tagesbilanz:", Widget: tagesbilanz},
|
||||
},
|
||||
OnSubmit: func() {
|
||||
now := time.Now().Format("2006-01-02")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue