improved documentation + better toolbar icons (#1364)

This commit is contained in:
¥IGA 2024-10-13 14:03:19 +02:00 committed by GitHub
parent cf2e617f08
commit f0ee3919e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 33 additions and 53 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 965 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 658 B

Before After
Before After

View file

@ -190,7 +190,7 @@ public:
settingsButton = new QPushButton(centralWidget);
settingsButton->setFlat(true);
settingsButton->setIcon(QIcon(":images/settings_icon.png"));
settingsButton->setIconSize(QSize(40, 40));
settingsButton->setIconSize(QSize(44, 44));
controllerButton = new QPushButton(centralWidget);
controllerButton->setFlat(true);
controllerButton->setIcon(QIcon(":images/controller_icon.png"));