mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set message bar bigger
This commit is contained in:
parent
e1498603be
commit
2d7e7d321a
@ -28,7 +28,7 @@ QtObject {
|
|||||||
|
|
||||||
property QtObject inferiorPanel: QtObject{
|
property QtObject inferiorPanel: QtObject{
|
||||||
// Panel globals
|
// Panel globals
|
||||||
readonly property int height: 40
|
readonly property int height: 50
|
||||||
readonly property string backgroundColor: "white"
|
readonly property string backgroundColor: "white"
|
||||||
readonly property string borderColor: "lightGrey"
|
readonly property string borderColor: "lightGrey"
|
||||||
|
|
||||||
@ -44,8 +44,8 @@ QtObject {
|
|||||||
|
|
||||||
// Button Icon
|
// Button Icon
|
||||||
property QtObject btnIcon: QtObject{
|
property QtObject btnIcon: QtObject{
|
||||||
readonly property int width: 30
|
readonly property int width: 40
|
||||||
readonly property int height: 30
|
readonly property int height: 40
|
||||||
|
|
||||||
readonly property int margin: 5
|
readonly property int margin: 5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user