mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 01:13:45 +02:00
Merge pull request #10682 from zfox23/PAL_fixTabBackgroundColor
Make the PAL's tab background color white
This commit is contained in:
commit
15a5464bab
1 changed files with 2 additions and 1 deletions
|
@ -128,7 +128,7 @@ Rectangle {
|
|||
pal.sendToScript({method: 'refreshNearby', params: params});
|
||||
}
|
||||
|
||||
Item {
|
||||
Rectangle {
|
||||
id: palTabContainer;
|
||||
// Anchors
|
||||
anchors {
|
||||
|
@ -137,6 +137,7 @@ Rectangle {
|
|||
left: parent.left;
|
||||
right: parent.right;
|
||||
}
|
||||
color: "white";
|
||||
Rectangle {
|
||||
id: tabSelectorContainer;
|
||||
// Anchors
|
||||
|
|
Loading…
Reference in a new issue