remove img
|
@ -339,12 +339,6 @@ extern (C) int UIAppMain(string[] args) {
|
|||
FontManager.fontGamma = 0.8;
|
||||
FontManager.hintingMode = HintingMode.Normal;
|
||||
|
||||
//cacheFile = buildNormalizedPath(settingsDir, "dlearn_ini.d");
|
||||
//cacheFile = buildPath(dirName(thisExePath), "dlearn_ini.d");
|
||||
|
||||
// _settings = new AppSettings("settings.json");
|
||||
// Platform.instance.uiLanguage = settings.uiLanguage;
|
||||
|
||||
Window window = Platform.instance.createWindow("Dlang Learn"d, null,
|
||||
WindowFlag.Resizable, 500, 500);
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"dlangui": "~>0.10.2"
|
||||
},
|
||||
"description": "Test Dlang",
|
||||
"description": "Leanr/Test Dlang",
|
||||
"homepage": "https://...",
|
||||
"license": "Boost",
|
||||
"stringImportPaths": [
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 892 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 605 B |
Before Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 701 B |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 771 B |
Before Width: | Height: | Size: 559 B |
Before Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 598 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 810 B |
Before Width: | Height: | Size: 367 B |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 8.8 KiB |
|
@ -1,21 +1,2 @@
|
|||
res/i18n/en.ini
|
||||
res/i18n/cn.ini
|
||||
|
||||
res/mdpi/cr3_logo.png
|
||||
res/mdpi/debug-run.png
|
||||
res/mdpi/document-close.png
|
||||
res/mdpi/document-new.png
|
||||
res/mdpi/document-open-recent.png
|
||||
res/mdpi/document-open.png
|
||||
res/mdpi/document-properties.png
|
||||
res/mdpi/document-save-as.png
|
||||
res/mdpi/document-save.png
|
||||
res/mdpi/edit-copy.png
|
||||
res/mdpi/edit-cut.png
|
||||
res/mdpi/edit-indent.png
|
||||
res/mdpi/edit-paste.png
|
||||
res/mdpi/edit-redo.png
|
||||
res/mdpi/edit-undo.png
|
||||
res/mdpi/edit-unindent.png
|
||||
res/mdpi/text-dml.png
|
||||
res/mdpi/tx_fabric.jpg
|
||||
|
|