mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Kbm icon change and size modified. (#2435)
* Adding KBM icon for kbm remaps. * New Icon and new size
This commit is contained in:
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 |
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue