-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
- I have checked that this bug has not yet been reported by someone else
- I have checked that this bug appears on Chrome
- I have specified the version :
- 2023.6.4
- I have specified my environment :
- All
Screenshots
Steps to reproduce
Just open any properties View
Expected behavior
When widgets have no defined style, then their style properties should not be set to 'inherit', but to undefined.
Actual behavior
When widgets have no defined style, then their style properties are set to 'inherit', which could lead to get wrong default values.
For example:
- textfields with domain type or aql expressions have a 17px height instead of 19px height for other textfields.
- labels font size is smaller than textfields font size