mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Quota bar: Reduce border width to 1px per request
As requested by Jan
This commit is contained in:
parent
c1f7af7e6f
commit
e5117a98c9
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ namespace Mirall {
|
|||
|
||||
static const char progressBarStyleC[] =
|
||||
"QProgressBar {"
|
||||
"border: 2px solid grey;"
|
||||
"border: 1px solid grey;"
|
||||
"border-radius: 5px;"
|
||||
"text-align: center;"
|
||||
"}"
|
||||
|
|
Loading…
Reference in a new issue