https://bugs.kde.org/show_bug.cgi?id=488261
Bug ID: 488261
Summary: Minimum window size is not applied initially
Classification: Plasma
Product: kwin
Version: master
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
import QtQuick
Window {
width: 500
height: 500
minimumHeight: 1000
minimumWidth: 100
}
-------------
This window opens at 500x500. Only after slightly resizing the height jumps to
1000 and cannot be made smaller any more
--
You are receiving this mail because:
You are watching all bug changes.