Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Gwenview
Commits
ef080a3a
Commit
ef080a3a
authored
Apr 01, 2021
by
Nate Graham
Browse files
Set a sane default window size
parent
0f8c4def
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/mainwindow.cpp
View file @
ef080a3a
...
@@ -919,6 +919,8 @@ MainWindow::MainWindow()
...
@@ -919,6 +919,8 @@ MainWindow::MainWindow()
createGUI
();
createGUI
();
loadConfig
();
loadConfig
();
// Set a sane initial window size
resize
(
1020
,
700
);
connect
(
DocumentFactory
::
instance
(),
&
DocumentFactory
::
modifiedDocumentListChanged
,
connect
(
DocumentFactory
::
instance
(),
&
DocumentFactory
::
modifiedDocumentListChanged
,
this
,
&
MainWindow
::
slotModifiedDocumentListChanged
);
this
,
&
MainWindow
::
slotModifiedDocumentListChanged
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment