Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Cannot Reproduce
-
Affects Version/s: QDS 1.2.0
-
Fix Version/s: QDS 1.3. Beta
-
Component/s: Property Editor
-
Labels:
-
Environment:Debian 9, QC 4.7 beta snapshot (f1881ac2fc) based on Qt5.11
Description
Steps to reproduce:
- create a Qt Quick Application from template (I've used Swipe)
- add some Qt Quick Controls using the designer on one of the ui.qml files
- set a negative spacing for one of the controls that have font settings
Current result:
- the minus sign is not visible (due to width of the control)
Expected result:
- either make the control wider to make negative sign visible
- or handle it with colours? (red for negative?)