A3XX: Make ND popup bigger
This commit is contained in:
parent
3c52ae304e
commit
670c8fa38b
2 changed files with 2 additions and 2 deletions
|
@ -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] );
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
3054
|
||||
3055
|
Reference in a new issue