Skip to content

Removed problematic width setting in the Label component

Ratchanan Srirattanamet requested to merge xenial_-_fix-label into xenial

Created by: bhdouglass

This fixes #19 (closed).

Apparently the problem with that is that Suru was setting the width of the Label component but the width should be controlled by the Column. I checked the other QQC2 styles and none of them set the width or line height so I removed both of those properties (and they were also marked as experimental anyways).

Merge request reports