1
0
Fork 0

DCDU: Fix the whole thing not being properly graphiced

This commit is contained in:
Josh Davidson 2020-07-26 14:55:09 -04:00
parent 4871fcaac3
commit 45c514da5f
3 changed files with 226006 additions and 226584 deletions

File diff suppressed because it is too large Load diff

View file

@ -75,8 +75,8 @@ var canvas_DCDU = {
setlistener("sim/signals/fdm-initialized", func {
DCDU_display = canvas.new({
"name": "DCDU",
"size": [512, 512],
"view": [512, 512],
"size": [765, 512],
"view": [765, 512],
"mipmapping": 1
});
DCDU_display.addPlacement({"node": "dcduScreenL"});
@ -100,6 +100,6 @@ var DCDU_update = maketimer(0.05, func {
});
var showDCDU = func {
var dlg = canvas.Window.new([256, 256], "dialog").set("resize", 1);
var dlg = canvas.Window.new([383, 256], "dialog").set("resize", 1);
dlg.setCanvas(DCDU_display);
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB