Minor UI fixes.

This commit is contained in:
Ernie Pasveer
2022-07-09 15:32:13 -05:00
parent 3cfb98b9de
commit 3c216d9207
5 changed files with 7 additions and 8 deletions
+1 -3
View File
@@ -23,9 +23,7 @@ SeerEditorWidgetSource::SeerEditorWidgetSource(QWidget* parent) : QWidget(parent
setupUi(this);
// Set the widgets.
int space = fontMetrics().horizontalAdvance("Go to line ##") + 5;
searchLineNumberLineEdit->setMaximumWidth(space);
sourceArea()->show();
searchTextLineEdit->enableReturnPressedOnClear();
showSearchBar(false); // Hide the search bar. ctrl+F to show it again.