A3XX: Make ND popup bigger

This commit is contained in:
Joshua Davidson 2017-11-08 15:11:12 -05:00
parent 3c52ae304e
commit 670c8fa38b
2 changed files with 2 additions and 2 deletions

View file

@ -139,6 +139,6 @@ setlistener('/flight-management/control/capture-leg', func(n){
var showNd = func(nd = nil) {
if(nd == nil) nd = 'main';
# The optional second arguments enables creating a window decoration
var dlg = canvas.Window.new([400, 400], "dialog");
var dlg = canvas.Window.new([512, 512], "dialog");
dlg.setCanvas( nd_display[nd] );
}

View file

@ -1 +1 @@
3054
3055