[sddm-theme] Fix fontsize of virtual keyboard ToolButton

Summary: When we updated the fonts in the sddm-theme, we bumped the default size from 9pt to 10pt. We missed adding the relevant code to the virtual keyboard button so it remained 9pt. This patch brings it up to 10pt.

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D21614
wilder-5.19
Filip Fila 7 years ago
parent b9734166ce
commit 928201c550
  1. 1
      sddm-theme/Main.qml

@ -427,6 +427,7 @@ PlasmaCore.ColorScope {
PlasmaComponents.ToolButton {
text: i18ndc("plasma_lookandfeel_org.kde.lookandfeel", "Button to show/hide virtual keyboard", "Virtual Keyboard")
font.pointSize: config.fontSize
iconName: inputPanel.keyboardActive ? "input-keyboard-virtual-on" : "input-keyboard-virtual-off"
onClicked: inputPanel.showHide()
visible: inputPanel.status == Loader.Ready

Loading…
Cancel
Save