Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
KCalc
Commits
a2eef1ae
Commit
a2eef1ae
authored
Sep 04, 2021
by
Niklas Freund
Browse files
Make KCalc window launch at minimum size
parent
6ff969e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcalc.cpp
View file @
a2eef1ae
...
...
@@ -112,6 +112,9 @@ KCalculator::KCalculator(QWidget *parent)
updateGeometry
();
// Make window launch at its minimum size
KCalculator
::
resize
(
0
,
0
);
updateDisplay
(
UPDATE_FROM_CORE
);
// clear history, otherwise we have a leading "0" in it
calc_history
->
clearHistory
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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