Skip to content

kcm/SpeakerTest: Fix the minimum layout for Mono channel

Ismael Asensio requested to merge work/iasensio/test-minimum-layout into master

The label needs to set fillWidth: true to influence the sheet's minimum width, so it doesn't get cut out.

This is only noticeable when the grid layout is smaller, when we have single Mono channel. Also slightly adjust the Grid's sizes and alignment for that case

BEFORE AFTER
Screenshot_20240609_030728 Screenshot_20240609_025443

BUG: 476096
FIXED-IN: 6.1

Merge request reports