elapsed/remaining timer: increase default spacing between times

This commit is contained in:
itsmattkc
2020-05-30 02:05:11 +10:00
parent 4b8ac6a414
commit 957e877b95
+1 -1
View File
@@ -33,7 +33,7 @@ ElapsedCounterWidget::ElapsedCounterWidget(QWidget* parent) :
start_time_(0)
{
QHBoxLayout* layout = new QHBoxLayout(this);
layout->setSpacing(0);
layout->setSpacing(layout->spacing() * 8);
layout->setMargin(0);
elapsed_lbl_ = new QLabel();