diff options
Diffstat (limited to 'ui/systemui.sh')
-rwxr-xr-x | ui/systemui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/systemui.sh b/ui/systemui.sh index 0d7ae6d..fae5c4f 100755 --- a/ui/systemui.sh +++ b/ui/systemui.sh @@ -6,11 +6,11 @@ export local systemui=' <vbox> <frame System> <hbox space-expand="true" space-extend="true"> - <table hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1"> + <tree hscrollbar-policy="1" vscrollbar-policy="1" exported-column="1" selection-mode="3"> <variable>system</variable> <label>Application Category|Application Name|Application Description</label> <item>sys-boot|unetbootin-static|Universal Netboot Installer creates Live USB systems for various OS distributions</item> - </table> + </tree> </hbox> <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> |