mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 07:56:32 +02:00
Add a reasonable minimum size for the URL field.
This commit is contained in:
parent
b856af505a
commit
93b50f44f5
1 changed files with 1 additions and 0 deletions
|
@ -1158,6 +1158,7 @@ void Application::editPreferences() {
|
||||||
layout->addLayout(form, 1);
|
layout->addLayout(form, 1);
|
||||||
|
|
||||||
QLineEdit* avatarURL = new QLineEdit(_settings->value("avatarURL").toString());
|
QLineEdit* avatarURL = new QLineEdit(_settings->value("avatarURL").toString());
|
||||||
|
avatarURL->setMinimumWidth(400);
|
||||||
form->addRow("Avatar URL:", avatarURL);
|
form->addRow("Avatar URL:", avatarURL);
|
||||||
|
|
||||||
QDialogButtonBox* buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
QDialogButtonBox* buttons = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
|
||||||
|
|
Loading…
Reference in a new issue