Skip to content

Commit 92fbd85

Browse files
authored
Merge pull request RetroShare#3157 from defnax/avatar-fix
Fixed to show the status frame
2 parents 16d1744 + 816f377 commit 92fbd85

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

retroshare-gui/src/gui/qss/stylesheet/Standard_Dark.qss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,3 +2556,6 @@ OpModeStatus[opMode="Minimal"] {
25562556
[WrongValue="true"] {
25572557
background-color: #702020;
25582558
}
2559+
2560+
/* AvatarWidget */
2561+
AvatarWidget{border-width: 10px;}

retroshare-gui/src/gui/qss/stylesheet/Standard_Light.qss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,3 +2670,6 @@ StartDialog QPushButton#loadButton:hover {
26702670
background: transparent;
26712671
border-image: url(:/images/btn_blue_hover.png) 4;
26722672
}
2673+
2674+
/* AvatarWidget */
2675+
AvatarWidget{border-width: 10px;}

0 commit comments

Comments
 (0)