mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 21:04:32 -04:00
Set message bar bigger
This commit is contained in:
parent
e1498603be
commit
2d7e7d321a
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue