mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 12:24:24 -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{
|
property QtObject inferiorPanel: QtObject{
|
||||||
// Panel globals
|
// Panel globals
|
||||||
readonly property int height: 40
|
readonly property int height: 40
|
||||||
readonly property string backgroundColor: "transparent"
|
readonly property string backgroundColor: "white"
|
||||||
readonly property string borderColor: "lightGrey"
|
readonly property string borderColor: "lightGrey"
|
||||||
|
|
||||||
property QtObject msgComposer: QtObject{
|
property QtObject msgComposer: QtObject{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue