Skip to content

Commit

Permalink
Increased spacing after channel name in measurementLayout
Browse files Browse the repository at this point in the history
Signed-off-by: David Risch <acc_mid@rischnet.de>
  • Loading branch information
DavidRisch committed Apr 19, 2020
1 parent 08db397 commit abe5c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhantek/src/dsowidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ DsoWidget::DsoWidget(DsoSettingsScope *scope, DsoSettingsView *view, const Dso::
QPalette tablePalette = palette;
measurementLayout = new QGridLayout();
int iii = 0;
measurementLayout->setColumnMinimumWidth(iii++, 50);
measurementLayout->setColumnMinimumWidth(iii++, 80);
measurementLayout->setColumnMinimumWidth(iii++, 30);
measurementLayout->setColumnStretch(iii++, 3);
measurementLayout->setColumnStretch(iii++, 3);
Expand Down

0 comments on commit abe5c00

Please sign in to comment.