Skip to content
Verified Commit 1d2dd1c9 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

Fix view margins and layouts

Firstly, container widget in C++ doesn't need any extra padding, as
those are already provided by the tabview.

Next, CheckBoxes in ColumnLayout need to "fillWidth", so they wrap
nicely instead of truncating or forcing layout to stretch (and thus
stretching other fillWidth children).

Then, the classic `if (background)` guard for ScrollView framed styling.

Last but not least, use some Layout magic and appropriate margins &
spacing to replace anchors in Flickable (TableView) in order to fix
that right side of table content went under the vertical ScrollBar.
parent 4840f018
Pipeline #409666 passed with stage
in 48 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment