1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 16:39:41 +00:00

Appended a space to the Current Profile: label

This commit is contained in:
Pieter van der Kloet 2011-06-26 02:07:35 +02:00
parent ff95dd4bf2
commit 9f88796648

View file

@ -90,7 +90,7 @@ DataFilesPage::DataFilesPage(QWidget *parent) : QWidget(parent)
splitter->setSizes(sizeList);
// 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->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum));