mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix tab titles
This commit is contained in:
parent
24fc9bbe67
commit
d0d13cdde1
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
|
||||
Tab {
|
||||
title: "Entity List"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
@ -28,6 +29,7 @@ Item {
|
|||
}
|
||||
|
||||
Tab {
|
||||
title: "Entity Properties"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
@ -42,6 +44,7 @@ Item {
|
|||
}
|
||||
|
||||
Tab {
|
||||
title: "Grid"
|
||||
active: true
|
||||
enabled: true
|
||||
property string originalUrl: ""
|
||||
|
|
Loading…
Reference in a new issue