diff options
Diffstat (limited to 'gui/components/StatusBox.qml')
-rw-r--r-- | gui/components/StatusBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/StatusBox.qml b/gui/components/StatusBox.qml index 6036264..1d3d720 100644 --- a/gui/components/StatusBox.qml +++ b/gui/components/StatusBox.qml @@ -36,7 +36,7 @@ Item { } border { color: Theme.accentOff - width: 2 + width: 4 } } |