Change inferior panel color to white

This commit is contained in:
Angela Mazzurco 2017-06-09 15:49:25 +02:00
parent 1e234c2015
commit c9f39af4c4

View File

@ -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{