Skip to content

fix(ui): fix labels being cut off in SParameters with the touch friendly style if there isn't enough space

Description

When the touch friendly style is applied, the labels are cut off in SParameters if there isn't enough space. These changes fix that by applying a negative margin to the labels.

Closes #1029 (closed)

How to test it?

  • Remove scrollable=true from parameters1Srv in the ExSParameters plugin
  • Launch ExSParameters
  • Resize the window to the minimal size possible
  • The text of the labels on the left aren't cut anymore

Merge request reports