mirror of https://github.com/buggins/dlangide.git
improve HDPI support
This commit is contained in:
parent
1bd86c66cd
commit
ec29ced5b6
|
@ -126,6 +126,9 @@ SettingsPage createSettingsPages() {
|
|||
StringListValue(120, "120"d),
|
||||
StringListValue(140, "140"d),
|
||||
StringListValue(150, "150"d),
|
||||
StringListValue(150, "180"d),
|
||||
StringListValue(150, "200"d),
|
||||
StringListValue(150, "250"d),
|
||||
StringListValue(300, "300"d),
|
||||
StringListValue(400, "400"d),
|
||||
StringListValue(600, "600"d)]);
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
|
@ -7,6 +7,12 @@ res/i18n/cs.ini
|
|||
res/i18n/de.ini
|
||||
res/hdpi/hdpi_configure.png
|
||||
res/hdpi/hdpi_debug-run.png
|
||||
res/hdpi/hdpi_debug-pause.png
|
||||
res/hdpi/hdpi_debug-stop.png
|
||||
res/hdpi/hdpi_debug-restart.png
|
||||
res/hdpi/hdpi_debug-step-into.png
|
||||
res/hdpi/hdpi_debug-step-out.png
|
||||
res/hdpi/hdpi_debug-step-over.png
|
||||
res/hdpi/hdpi_document-close.png
|
||||
res/hdpi/hdpi_document-open-recent.png
|
||||
res/hdpi/hdpi_document-open.png
|
||||
|
|
Loading…
Reference in New Issue