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/officeui.sh | |
parent | 84d799325398a5371c6d870bc708338b70b767aa (diff) |
use tree widget instead of table widget...advantage : multiple selections at once
Diffstat (limited to 'ui/officeui.sh')
-rwxr-xr-x | ui/officeui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/officeui.sh b/ui/officeui.sh index 10701f4..175ba95 100755 --- a/ui/officeui.sh +++ b/ui/officeui.sh @@ -6,7 +6,7 @@ export local officeui=' <vbox> <frame Office> <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>office</variable> <label>Application Category|Application Name|Application Description</label> <item>app-office|abiword|Fully featured yet light and fast cross platform word processor documentation</item> @@ -15,7 +15,7 @@ export local officeui=' <item>app-office|libreoffice|A full office productivity suite</item> <item>app-office|wps-office|WPS Office is an office productivity suite</item> <item>app-text|qpdfview|A tabbed document viewer</item> - </table> + </tree> </hbox> <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> |