Skip to content

[StatusBarToolButton] Make the separators match the QStyle

Noah Davis requested to merge work/ndavis/segmented-button-style into master

@teams/vdg

Before, the sparators look like this regardless of what the user's theme is. It only looks correct with Fusion.

Screenshot_20210413_202956

After, it uses toolbar separators from the user's theme. It's not perfect, but it's less out of place.

Screenshot_20210413_202048 Screenshot_20210413_202200 Screenshot_20210413_202252

Merge request reports