Skip to content

facepackages/colorgrid: use FormLayout as top level

Christoph Wolk requested to merge cwo/libksysguard:colorgrid_no_center into master

Most configuration pages for faces use FormLayout as their top element, but the one for colorgrid wraps it in a ColumnLayout. As a consequence, this is the only page where the form is vertically centered. While this does look nice, especially for a page with few options, the config pages should be consistent with each other – if vertically centering is desired, it should happen for all of them.

This change removes the ColumnLayout, making FormLayout the top level item and removing the vertical centering.

before after
colorgrid_before colorgrid_after

for reference:

Horizontal Bars face Text Only face
reference_hbars reference_textonly

Merge request reports

Loading