Skip to content

Commit fc528ea

Browse files
authored
Update icon scaling (#178)
1 parent 3042376 commit fc528ea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/user-guide/setup/settings-personal.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ If you turn on "Show Last Opened Repository", abapGit will jump directly to the
2222
You can switch the **Theme** for abapGit between several choices: Default, Dark, and Belize. Alternatively, you can select "Synced with SAP GUI" to use the same theme
2323
you are using for SAP GUI (availability depends on SAP GUI release).
2424

25-
The size of icons can be changed using **Icon scaling**. The setting is intended for [High DPI displays](https://doc.qt.io/qt-5/highdpi.html).
25+
The size of icons can be influenced using **Icon scaling**. If automatic detection does not work properly, you can pick a better size with the other settings.
26+
27+
Setting | Description
28+
--------|------------
29+
Automatic | abapGit determines if a high-resolution display is present ([High DPI displays](https://doc.qt.io/qt-5/highdpi.html), which would make icons appear too small compared to text. abapGit will then double the size of icons.
30+
Small | abapGit will force the icons to remain small even if an HDPI display is detected
31+
Large | abapGit will force the icons to double in size
2632

2733
**List Size** defines the maximum number of items shown in a list. If there are more items, then abapGit start paging.
2834

0 commit comments

Comments
 (0)