A3XX: Formatting
This commit is contained in:
parent
370e2d02b8
commit
44fc6468c1
1 changed files with 37 additions and 37 deletions
|
@ -40,43 +40,43 @@
|
||||||
<group>
|
<group>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<button>
|
<button>
|
||||||
<halign>center</halign>
|
<halign>center</halign>
|
||||||
<legend>Welcome</legend>
|
<legend>Welcome</legend>
|
||||||
<pref-width>140</pref-width>
|
<pref-width>140</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
acconfig.welcome_dlg.open();
|
acconfig.welcome_dlg.open();
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
<button>
|
<button>
|
||||||
<halign>center</halign>
|
<halign>center</halign>
|
||||||
<legend>Select Livery</legend>
|
<legend>Select Livery</legend>
|
||||||
<pref-width>140</pref-width>
|
<pref-width>140</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
aircraft.livery.dialog.toggle();
|
aircraft.livery.dialog.toggle();
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
<button>
|
<button>
|
||||||
<halign>center</halign>
|
<halign>center</halign>
|
||||||
<legend>Aircraft Help</legend>
|
<legend>Aircraft Help</legend>
|
||||||
<pref-width>140</pref-width>
|
<pref-width>140</pref-width>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>
|
<script>
|
||||||
acconfig.help_dlg.open();
|
acconfig.help_dlg.open();
|
||||||
</script>
|
</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
Reference in a new issue