Skip to content

Commit ec29ced

Browse files
author
Vadim Lopatin
committed
improve HDPI support
1 parent 1bd86c6 commit ec29ced

File tree

8 files changed

+9
-0
lines changed

8 files changed

+9
-0
lines changed

src/dlangide/ui/settings.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ SettingsPage createSettingsPages() {
126126
StringListValue(120, "120"d),
127127
StringListValue(140, "140"d),
128128
StringListValue(150, "150"d),
129+
StringListValue(150, "180"d),
130+
StringListValue(150, "200"d),
131+
StringListValue(150, "250"d),
129132
StringListValue(300, "300"d),
130133
StringListValue(400, "400"d),
131134
StringListValue(600, "600"d)]);

views/res/hdpi/hdpi_debug-pause.png

4.15 KB
Loading

views/res/hdpi/hdpi_debug-restart.png

4.34 KB
Loading
4.34 KB
Loading
4.35 KB
Loading
4.35 KB
Loading

views/res/hdpi/hdpi_debug-stop.png

4.14 KB
Loading

views/resources.list

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ res/i18n/cs.ini
77
res/i18n/de.ini
88
res/hdpi/hdpi_configure.png
99
res/hdpi/hdpi_debug-run.png
10+
res/hdpi/hdpi_debug-pause.png
11+
res/hdpi/hdpi_debug-stop.png
12+
res/hdpi/hdpi_debug-restart.png
13+
res/hdpi/hdpi_debug-step-into.png
14+
res/hdpi/hdpi_debug-step-out.png
15+
res/hdpi/hdpi_debug-step-over.png
1016
res/hdpi/hdpi_document-close.png
1117
res/hdpi/hdpi_document-open-recent.png
1218
res/hdpi/hdpi_document-open.png

0 commit comments

Comments
 (0)