status-desktop/ui
Pascal Precht d46be4f740 feat(Separator): enabled custom separator height
Sometimes, `Separator` is used inside context menus to separate groups
of actions that belong together. The separator in itself doesn't have any
padding or margins in this case because the just gets transcluded as is
in the context menu, between menu items.
There are cases in the design where a padding/margin is desired though.

This change makes that possible by wrapping the separator `Rectangle` with
another `Rectangle` which controls a custom height (if desired). The inner
rectangle is then just always vertically center.

In practice this means, existing usages of `Separator` behave exactly the same,
they don't break. In addtion one can set `Separator { height: x }` while maintaining
a 1px separator line.
2021-03-18 09:37:13 +01:00
..
app fix: fix community not being passed correctly to the invite bubble 2021-03-17 16:09:23 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update translation keys 2021-03-16 12:43:57 -04:00
imports chore: extract join.status link prefixes to Constants 2021-03-17 16:09:23 -04:00
onboarding fix: fix appSetting not defined by removing sounds from login 2021-03-17 13:35:15 -04:00
shared feat(Separator): enabled custom separator height 2021-03-18 09:37:13 +01:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml fix: fix appSetting not defined by removing sounds from login 2021-03-17 13:35:15 -04:00
nim-status-client.pro update translation keys 2021-03-16 12:43:57 -04:00