Kbm icon change and size modified. (#2435)

* Adding KBM icon for kbm remaps.

* New Icon and new size
This commit is contained in:
Dmugetsu
2025-02-14 13:53:36 -06:00
committed by GitHub
parent 16451b01e8
commit 1781fcb9ef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -214,7 +214,7 @@ public:
keyboardButton = new QPushButton(centralWidget);
keyboardButton->setFlat(true);
keyboardButton->setIcon(QIcon(":images/keyboard_icon.png"));
keyboardButton->setIconSize(QSize(40, 40));
keyboardButton->setIconSize(QSize(48, 44));
sizeSliderContainer = new QWidget(centralWidget);
sizeSliderContainer->setObjectName("sizeSliderContainer");