| Summary: | Need some margin for checkboxes | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | trmdi |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/latte-dock/6c8723b0b453a0a4bdfce27e6e2f4430a06dca9f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
trmdi
2019-03-30 06:46:21 UTC
(In reply to trmdi from comment #0) > I don't know if it is your intention or not, but IIRC it didn't look like > this before: https://i.imgur.com/bKBwhRq.png I just found out that different checkboxes list had different margins, so I decided to make them all zero until I find a best fit margin for all units.smallSpacing is too big... I think that 2px margin for all might be the best way forward Git commit 6c8723b0b453a0a4bdfce27e6e2f4430a06dca9f by Michail Vourlakos. Committed on 30/03/2019 at 08:17. Pushed by mvourlakos into branch 'master'. add CheckBoxesColumn and introduce common margin --provide same margins for all CheckBoxes lists A +25 -0 declarativeimports/components/CheckBoxesColumn.qml [License: GPL (v2+)] M +1 -0 declarativeimports/components/qmldir M +18 -16 indicators/default/package/config/config.qml M +33 -31 shell/package/contents/configuration/pages/AppearanceConfig.qml M +29 -29 shell/package/contents/configuration/pages/BehaviorConfig.qml M +47 -43 shell/package/contents/configuration/pages/EffectsConfig.qml M +3 -7 shell/package/contents/configuration/pages/TasksConfig.qml https://commits.kde.org/latte-dock/6c8723b0b453a0a4bdfce27e6e2f4430a06dca9f |