Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.7.0
-
None
-
qtdeclarative 79cfc8788d6267eeb263983466ba21758f618dcd
Description
Steps:
1) press the button
2) release the button
3) => mis-aligned text
import QtQuick 2.3 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 ApplicationWindow { width: 200 height: 200 visible: true Button { anchors.centerIn: parent text: !pressed ? "press me" : "something a bit longer" } }
Attachments
Issue Links
- depends on
-
QTBUG-50738 Text: mis-aligned text
-
- Closed
-
- is duplicated by
-
QTBUG-56161 Text in quickcontrols2 Button renders incorrectly after button shrink
-
- Closed
-
- is required for
-
QTBUG-55129 TabButton always squeezed to fit in TabBar
-
- Closed
-
For Gerrit Dashboard: QTBUG-50740 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
153754,1 | Button: set rich text format as a workarond to mis-alignment issues | 5.7 | qt/qtquickcontrols2 | Status: DEFERRED | 0 | 0 |
159034,12 | Fix incorrectly aligned text whose size depends on its implicit size | 5.6 | qt/qtdeclarative | Status: MERGED | -2 | 0 |