kind of fix tabs for now

its fucked I dont want to deal with it right now
This commit is contained in:
Benjamin Palko 2025-09-18 21:04:08 -04:00
parent 450ff7a503
commit 8fe50936a0
4 changed files with 13 additions and 3 deletions

View file

@ -30,12 +30,15 @@ StyledPanelWindow {
StyledTabButton {
text: "Fields"
onClicked: tabs.setCurrentIndex(0)
}
StyledTabButton {
text: "Selectors"
onClicked: tabs.setCurrentIndex(1)
}
StyledTabButton {
text: "Components"
onClicked: tabs.setCurrentIndex(2)
}
}