Skip to content

Commit

Permalink
DXWidget: increase margin for ServerSelect Combo
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Mar 10, 2022
1 parent 6c70245 commit 1db8c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/DxWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ void DxWidget::adjusteServerSelectSize(QString input)
QFont f;
QFontMetrics met(f);

ui->serverSelect->setMinimumWidth(met.boundingRect(input).width() + 30);
ui->serverSelect->setMinimumWidth(met.boundingRect(input).width() + 35);
ui->serverSelect->update();
ui->serverSelect->repaint();
}
Expand Down

0 comments on commit 1db8c6f

Please sign in to comment.