Quota bar: Reduce border width to 1px per request

As requested by Jan
This commit is contained in:
Daniel Molkentin 2013-08-21 11:34:20 +02:00
parent c1f7af7e6f
commit e5117a98c9

View file

@ -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;"
"}"