diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 03:51:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-26 03:51:54 +0000 |
commit | 9d187fa84ecf18b2cd7ca3377b5dc639170f7bf6 (patch) | |
tree | 8a9a8022adc5725a88b8cbeadb5d474796af984d /ui/accesoriesui.sh | |
parent | 84d799325398a5371c6d870bc708338b70b767aa (diff) |
use tree widget instead of table widget...advantage : multiple selections at once
Diffstat (limited to 'ui/accesoriesui.sh')
-rwxr-xr-x | ui/accesoriesui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/accesoriesui.sh b/ui/accesoriesui.sh index d3576f3..1e62579 100755 --- a/ui/accesoriesui.sh +++ b/ui/accesoriesui.sh @@ -6,11 +6,11 @@ export local accesoriesui=' <vbox> <frame Accesories> <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>accesories</variable> <label>Application Category|Application Name|Application Description</label> <item>app-admin|keepassx|Qt password manager compatible with its Win32 and Pocket PC versions</item> - </table> + </tree> </hbox> <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> |