mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Change inferior panel color to white
This commit is contained in:
parent
1e234c2015
commit
c9f39af4c4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ QtObject {
|
|||
property QtObject inferiorPanel: QtObject{
|
||||
// Panel globals
|
||||
readonly property int height: 40
|
||||
readonly property string backgroundColor: "transparent"
|
||||
readonly property string backgroundColor: "white"
|
||||
readonly property string borderColor: "lightGrey"
|
||||
|
||||
property QtObject msgComposer: QtObject{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue