modified: browsemainwindow.cpp
[vlc-remote] / newaccountdialog.cpp
index 8950467..9da3afc 100644 (file)
@@ -12,7 +12,7 @@ NewAccountDialog::NewAccountDialog(QWidget *parent)
     mIpLineEdit = new QLineEdit;
     mPortLineEdit = new QLineEdit;
     mPortLineEdit->setText("8080");
-    mPortLineEdit->setReadOnly(true);
+    mPortLineEdit->setReadOnly(false);
 
     mButtonBox = new QDialogButtonBox;
     mButtonBox->addButton(QDialogButtonBox::Save);