kcms/screenedge: use sentence case for combobox

The HIG recommend that comboboxes use sentence case. The Screen Edges
kcm has a combobox that allows users to configure when to switch
desktops by moving to the edge, which uses title case for its entries.

This change makes this combobox use sentence case for its labels.
This commit is contained in:
Christoph Wolk 2024-08-27 10:36:33 +02:00 committed by Méven Car
parent ca5aa60791
commit 5ae746eef2

View file

@ -190,12 +190,12 @@
</item>
<item>
<property name="text">
<string>Only When Moving Windows</string>
<string>Only when moving windows</string>
</property>
</item>
<item>
<property name="text">
<string>Always Enabled</string>
<string>Always enabled</string>
</property>
</item>
</widget>