mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-22 08:09:41 +00:00
Appended a space to the Current Profile: label
This commit is contained in:
parent
ff95dd4bf2
commit
9f88796648
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ DataFilesPage::DataFilesPage(QWidget *parent) : QWidget(parent)
|
||||||
splitter->setSizes(sizeList);
|
splitter->setSizes(sizeList);
|
||||||
|
|
||||||
// Bottom part with profile options
|
// Bottom part with profile options
|
||||||
QLabel *profileLabel = new QLabel(tr("Current Profile:"), this);
|
QLabel *profileLabel = new QLabel(tr("Current Profile: "), this);
|
||||||
|
|
||||||
mProfilesComboBox = new ComboBox(this);
|
mProfilesComboBox = new ComboBox(this);
|
||||||
mProfilesComboBox->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum));
|
mProfilesComboBox->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum));
|
||||||
|
|
Loading…
Reference in a new issue