mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 07:37:21 -08:00
virtualkeyboard: Small fix
This commit is contained in:
parent
6874b729c3
commit
65639294fe
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ virtualkeyboard::virtualkeyboard(QWidget *parent) :
|
|||
ui->sat->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 27px");
|
||||
ui->spaceBtn->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 15px; border: 1px solid black");
|
||||
}
|
||||
else if(checkconfig_str_val == "n437\n") {
|
||||
else if(global::deviceID == "n437\n") {
|
||||
ui->n1->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 20px");
|
||||
ui->n2->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 20px");
|
||||
ui->n3->setStyleSheet("font-weight: bold; font-size: 9pt; padding: 20px");
|
||||
|
|
Loading…
Reference in a new issue