changed some ui elements

This commit is contained in:
grimsace
2026-03-30 11:40:27 -05:00
parent 1b973d4b92
commit ff512fc6fa
+7 -2
View File
@@ -1898,8 +1898,8 @@ func main() {
waterTab,
roadsTab,
fortificationsTab,
textTab,
buildingsTab,
textTab,
}
tabContent := container.NewMax()
tabButtons := make([]*tabButton, 0, len(tabItems))
@@ -1932,8 +1932,13 @@ func main() {
)
setActiveTab(imageTab.Text)
titleText := canvas.NewText("RPG City Maker Reborn", color.RGBA{R: 255, G: 255, B: 255, A: 255})
titleText.TextSize = 24
titleText.TextStyle = fyne.TextStyle{Bold: true}
titleText.Alignment = fyne.TextAlignCenter
left := container.NewVBox(
widget.NewLabel("RPG City Maker Reborn"),
container.NewPadded(titleText),
tabHeader,
tabContent,
)