LYN-2139 UX: Goto Position modal is unnecessarily massive

This commit is contained in:
sphrose
2021-05-20 17:48:18 +01:00
parent 256df54575
commit 3788aa4eec
2 changed files with 198 additions and 176 deletions
+1
View File
@@ -34,6 +34,7 @@ CGotoPositionDlg::CGotoPositionDlg(QWidget* pParent /*=NULL*/)
{
m_ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
setFixedSize(size());
OnInitDialog();
auto doubleValueChanged = static_cast<void(QDoubleSpinBox::*)(double)>(&QDoubleSpinBox::valueChanged);