Skip to content

kstyle/config: use sentence case for scroll combobox

Christoph Wolk requested to merge cwo/breeze:config_case into master

The HIG recommend sentence case for combobox entries. The scroll bar comboboxes in the Breeze style configuration currently use title case for its entries.

This change converts the labels to sentence case.

before after
breeze_config_before breeze_config_after

Merge request reports