Stage.get_default(); 10 11let vbox = new St.BoxLayout({ vertical: true, 12 width: stage.width, 13 height: stage.height, 14 style: 'padding: 10px;' 15 + ...
確定! 回上一頁