adding thick separator to navigation bar and bottom panel

This commit is contained in:
Drew Weymouth
2023-01-03 15:57:35 -08:00
parent ede625f33a
commit 44536b8bef
4 changed files with 36 additions and 2 deletions
+2
View File
@@ -8,6 +8,7 @@ import (
"time"
"fyne.io/fyne/v2/app"
"fyne.io/fyne/v2/theme"
"github.com/20after4/configdir"
"github.com/zalando/go-keyring"
)
@@ -28,6 +29,7 @@ func main() {
}
fyneApp := app.New()
fyneApp.Settings().SetTheme(theme.DarkTheme())
mainWindow := ui.NewMainWindow(fyneApp, appname, myApp)
// TODO: There is some race condition with running this initial startup