diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-11-29 17:12:06 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-11-29 18:14:18 +0100 |
commit | dcf660f343a7ba85feb693ee5db40894829e7804 (patch) | |
tree | 7fe2edbe01e82827fba2c25de6965808557c8f67 /gui/components/StatusBox.qml | |
parent | 74970372b6586b336364ac1affac9dd7d22baef1 (diff) |
[ui] ui fixes after field test recommendations
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 } } |