Bookmarks: Enlarge "Edit Bookmark" dialog width

Change-Id: Icd0b8e9720e4467cc66780b808cb4bf82a012938
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Orgad Shaneh
2014-07-11 16:39:18 +03:00
committed by Orgad Shaneh
parent 20c4a9f262
commit 53ddc32e93

View File

@@ -694,6 +694,7 @@ void BookmarkManager::edit()
dlg.setWindowTitle(tr("Edit Bookmark"));
auto layout = new QFormLayout(&dlg);
auto noteEdit = new QLineEdit(b->note());
noteEdit->setMinimumWidth(300);
auto lineNumberEdit = new QLineEdit(QString::number(b->lineNumber()));
auto buttonBox = new QDialogButtonBox(QDialogButtonBox::Ok | QDialogButtonBox::Cancel);
connect(buttonBox, SIGNAL(accepted()), &dlg, SLOT(accept()));