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/graphicsui.sh | |
parent | 84d799325398a5371c6d870bc708338b70b767aa (diff) |
use tree widget instead of table widget...advantage : multiple selections at once
Diffstat (limited to 'ui/graphicsui.sh')
-rwxr-xr-x | ui/graphicsui.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/graphicsui.sh b/ui/graphicsui.sh index bc50f80..e0e15ff 100755 --- a/ui/graphicsui.sh +++ b/ui/graphicsui.sh @@ -6,7 +6,7 @@ export local graphicsui=' <vbox> <frame Graphics> <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>graphics</variable> <label>Application Category|Application Name|Application Description</label> <item>media-fonts|cantarell|Default fontset for GNOME Shell</item> @@ -28,7 +28,7 @@ export local graphicsui=' <item>media-gfx|rawtherapee|A powerful cross-platform raw image processing program</item> <item>media-gfx|simple-scan|Simple document scanning utility</item> <item>media-gfx|xsane|graphical scanning frontend</item> - </table> + </tree> </hbox> <hbox space-expand="false" space-extend="false"> <button space-expand="true" space-extend="true" label-text="install"> |