mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-03 08:25:34 +00:00
example: bump gio version and add flat button example to kitchen
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -34,7 +34,7 @@ import (
|
||||
)
|
||||
|
||||
type UI struct {
|
||||
fab *widget.Button
|
||||
fab *widget.Clickable
|
||||
fabIcon *widget.Icon
|
||||
usersList *layout.List
|
||||
users []*user
|
||||
@@ -79,7 +79,7 @@ func newUI(fetchCommits func(string)) *UI {
|
||||
u.usersList = &layout.List{
|
||||
Axis: layout.Vertical,
|
||||
}
|
||||
u.fab = new(widget.Button)
|
||||
u.fab = new(widget.Clickable)
|
||||
u.edit2 = &widget.Editor{
|
||||
//Alignment: text.End,
|
||||
SingleLine: true,
|
||||
|
||||
Reference in New Issue
Block a user