mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Change inferior panel color to white
This commit is contained in:
parent
1e234c2015
commit
c9f39af4c4
@ -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…
Reference in New Issue
Block a user