Skip to content

Fix combobox colors

Slava Aseev requested to merge ptrnine/kcm-grub2:fork into master

Reintroduce color names removed in 1cf174ce. QColor cannot be properly initialized with the i18n strings. Also i18n strings do not perfectly match the QColor names (even after QChar::toLower() and removing spaces).

Merge request reports