summaryrefslogtreecommitdiff
path: root/limox.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-09-04 17:28:40 +0200
committerxengineering <me@xengineering.eu>2023-09-04 17:28:40 +0200
commit44bc88197196df41ead0ede734295cb2feac066d (patch)
tree4adad576e38e4c15e97e524020f2124aa615a39b /limox.go
parent16d5f079cc51bffe9f07b356f3a42d5a09a45317 (diff)
parent8ec8cddbdce0add6c62de0370b32362f7e7bb384 (diff)
downloadlimox-44bc88197196df41ead0ede734295cb2feac066d.tar
limox-44bc88197196df41ead0ede734295cb2feac066d.tar.zst
limox-44bc88197196df41ead0ede734295cb2feac066d.zip
Merge branch 'update'HEADmain
This updates from gioui.org v0.1.0 to v0.3.0.
Diffstat (limited to 'limox.go')
-rw-r--r--limox.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/limox.go b/limox.go
index 5bb2d57..0b5c2ac 100644
--- a/limox.go
+++ b/limox.go
@@ -4,7 +4,6 @@ import (
"log"
"gioui.org/app"
- "gioui.org/font/gofont"
"gioui.org/io/system"
"gioui.org/op"
"gioui.org/unit"
@@ -41,7 +40,7 @@ func NewLimox() Limox {
app.Size(unit.Dp(400), unit.Dp(600)),
),
Operations: op.Ops{},
- Theme: material.NewTheme(gofont.Collection()),
+ Theme: material.NewTheme(),
sessionOut: make(chan any),
State: Disconnected,
}