Fix:bug#205017 修改英文模式下触控板文字首字母为大写

This commit is contained in:
wangyan 2023-12-12 16:14:53 +08:00 committed by yan wang
parent 9c7b6f1e79
commit f5cfa1be65
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ QWidget* TouchpadUI::createTouchpadDisableWidget()
QWidget* touchpadDisableWidget = new QWidget(this);
touchpadDisableWidget->setMaximumSize(16777215, 60);
QLabel* touchpadDisableLabel = new QLabel(tr("touchpad"), this);
QLabel* touchpadDisableLabel = new QLabel(tr("Touchpad"), this);
kdk::KSwitchButton* touchpadDisableBtn = new kdk::KSwitchButton(this);
touchpadDisableBtn->blockSignals(true);