index — walletdrain @ 938a031c24a561689ccb1622295768c0794f1033

Little app to track my spendings, for the time being only for music

switch table and input
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Thu, 01 May 2025 18:27:12 +0200
commit

938a031c24a561689ccb1622295768c0794f1033

parent

c4034a8e6b409b47ec5ee6f64bcb12c8dfa16304

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M main.gomain.go

@@ -114,7 +114,7 @@ log.Println("Form cancelled")

}, } - split := container.NewHSplit(table, editForm) + split := container.NewHSplit(editForm, table) /* table.OnSelected = func(id widget.TableCellID) { editForm := widget.NewForm()