mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:15:07 +02:00
Make the PAL's tab background color white
This commit is contained in:
parent
88929c7bd7
commit
37e72f25a3
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,7 @@ Rectangle {
|
||||||
pal.sendToScript({method: 'refreshNearby', params: params});
|
pal.sendToScript({method: 'refreshNearby', params: params});
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Rectangle {
|
||||||
id: palTabContainer;
|
id: palTabContainer;
|
||||||
// Anchors
|
// Anchors
|
||||||
anchors {
|
anchors {
|
||||||
|
@ -137,6 +137,7 @@ Rectangle {
|
||||||
left: parent.left;
|
left: parent.left;
|
||||||
right: parent.right;
|
right: parent.right;
|
||||||
}
|
}
|
||||||
|
color: "white";
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: tabSelectorContainer;
|
id: tabSelectorContainer;
|
||||||
// Anchors
|
// Anchors
|
||||||
|
|
Loading…
Reference in a new issue