kind of fix tabs for now
its fucked I dont want to deal with it right now
This commit is contained in:
parent
450ff7a503
commit
8fe50936a0
4 changed files with 13 additions and 3 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue