We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5e911 commit 1a4136dCopy full SHA for 1a4136d
panes/keyboard/keyboard.cpp
@@ -100,6 +100,7 @@ QWidget* KeyboardPane::createUI(Settings* controlCenter) {
100
// UI
101
QWidget* keyboardPane = new QWidget;
102
keyboardPane->setObjectName("keyboardPane");
103
+ keyboardPane->setWindowTitle("plainControlCenter");
104
QVBoxLayout* layout = new QVBoxLayout;
105
layout->setContentsMargins(4, 4, 4, 4);
106
keyboardPane->setLayout(layout);
0 commit comments