Skip to content

diagnostic: Ensure filter line edit height is consistent

Carl Schwan requested to merge work/carl/diagnostic-lineedit-sizing into master

Currently there is still an issue that the tool buttons with text are 2 pixels higher than the toolbuttons one without and the QComboBox but this needs to be fixed in the QStyle (which I'm currently working on).

Before:

image

After:

image

After (with a WIP fix in breeze):

image

Merge request reports