Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0 Beta 1
-
None
-
Windows 8
-
1828ab8557e824ec22b0c425dd417df3a0794a8c , 476dba9a9f3842041f465da92764646976b96551
Description
The below starts out as an empty window. If you resize the window, the red rectangle appears.
Explicitly setting width/height works.
import QtQuick 2.1 import QtQuick.Window 2.1 Window { minimumWidth: 600 minimumHeight: 600 Rectangle { anchors.fill: parent color: 'red' } }
Attachments
Issue Links
- relates to
-
QTBUG-75455 Applying opacity by Stylesheet makes tooltips humogous
- Closed