forked from qt-creator/qt-creator
Bookmarks: Enlarge "Edit Bookmark" dialog width
Change-Id: Icd0b8e9720e4467cc66780b808cb4bf82a012938 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
20c4a9f262
commit
53ddc32e93
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user