Fix:bug#205017 修改英文模式下触控板文字首字母为大写
This commit is contained in:
parent
9c7b6f1e79
commit
f5cfa1be65
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue