mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -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{
|
||||
// Panel globals
|
||||
readonly property int height: 40
|
||||
readonly property int height: 50
|
||||
readonly property string backgroundColor: "white"
|
||||
readonly property string borderColor: "lightGrey"
|
||||
|
||||
|
@ -44,8 +44,8 @@ QtObject {
|
|||
|
||||
// Button Icon
|
||||
property QtObject btnIcon: QtObject{
|
||||
readonly property int width: 30
|
||||
readonly property int height: 30
|
||||
readonly property int width: 40
|
||||
readonly property int height: 40
|
||||
|
||||
readonly property int margin: 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue