profile window scales better
This commit is contained in:
parent
bae2672ff2
commit
928cf8196e
1 changed files with 6 additions and 0 deletions
|
@ -555,11 +555,17 @@ CMusProfDlg::CMusProfDlg ( CClient* pNCliP,
|
||||||
pcbxSkill = new QComboBox ( this );
|
pcbxSkill = new QComboBox ( this );
|
||||||
QPushButton* butOK = new QPushButton ( "&OK", this );
|
QPushButton* butOK = new QPushButton ( "&OK", this );
|
||||||
|
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMLeftSubLayout->addWidget ( plblAlias );
|
pMLeftSubLayout->addWidget ( plblAlias );
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMLeftSubLayout->addWidget ( plblInstrument );
|
pMLeftSubLayout->addWidget ( plblInstrument );
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMLeftSubLayout->addWidget ( plblCountry );
|
pMLeftSubLayout->addWidget ( plblCountry );
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMLeftSubLayout->addWidget ( plblCity );
|
pMLeftSubLayout->addWidget ( plblCity );
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMLeftSubLayout->addWidget ( plblSkill );
|
pMLeftSubLayout->addWidget ( plblSkill );
|
||||||
|
pMLeftSubLayout->addStretch();
|
||||||
pMRightSubLayout->addWidget ( pedtAlias );
|
pMRightSubLayout->addWidget ( pedtAlias );
|
||||||
pMRightSubLayout->addWidget ( pcbxInstrument );
|
pMRightSubLayout->addWidget ( pcbxInstrument );
|
||||||
pMRightSubLayout->addWidget ( pcbxCountry );
|
pMRightSubLayout->addWidget ( pcbxCountry );
|
||||||
|
|
Loading…
Reference in a new issue