We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa5b8a4 + cb6105d commit 293995aCopy full SHA for 293995a
src/qt/voting/polltab.cpp
@@ -52,6 +52,7 @@ class LoadingBar : public QProgressBar
52
, m_active(false)
53
{
54
setRange(0, MAX);
55
+ setTextVisible(false);
56
setGraphicsEffect(&m_opacity_effect);
57
hide();
58
0 commit comments