Fix some glitches in qml app menu

This commit is contained in:
Gioacchino Mazzurco 2018-02-01 21:26:36 +01:00
parent 6e093c74c0
commit 36e20db887
4 changed files with 13 additions and 22 deletions

View file

@ -28,7 +28,7 @@ QtObject {
property var color: "white"
property var textColor: "grey"
property var margins: 8
property string text: "Retroshare Dev Version"
property string text: "Retroshare Android alpha"
}
}