Skip to content

Use "raised" style for non-flat toolbuttons

Arjen Hiemstra requested to merge work/ahiemstra/toolbutton_raised into master

Rather than switching to "button" elementType. This makes tool buttons behave the same way regardless of whether they are flat or not. Most importantly, this means that non-flat tool buttons now respect the "display" property.

Also includes a small test file to compare the two.

Before:

Screenshot_20200728_115009

After:

Screenshot_20200728_114938

Edited by Arjen Hiemstra

Merge request reports