mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
312 B
Diff
12 lines
312 B
Diff
--- kcalc-15.12.3/kcalc.cpp.orig 2016-03-16 16:26:37.327157522 +0000
|
|
+++ kcalc-15.12.3/kcalc.cpp 2016-03-16 16:28:08.533357025 +0000
|
|
@@ -123,7 +123,7 @@
|
|
|
|
updateGeometry();
|
|
|
|
- setFixedSize(minimumSize());
|
|
+ if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
|
|
|
|
updateDisplay(UPDATE_FROM_CORE);
|
|
|