author | Michael Krelin <hacker@klever.net> | 2006-09-27 14:35:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-09-27 14:35:00 (UTC) |
commit | b62171950ffbbdae7826b1b8cdd4cfd0bde8cc93 (patch) (side-by-side diff) | |
tree | 61170ea6ad2cc16a946a8b1514757c45bffa3424 | |
parent | 1783adce5169fc0a924983249222527bc2cdddc2 (diff) | |
download | fireflix-b62171950ffbbdae7826b1b8cdd4cfd0bde8cc93.zip fireflix-b62171950ffbbdae7826b1b8cdd4cfd0bde8cc93.tar.gz fireflix-b62171950ffbbdae7826b1b8cdd4cfd0bde8cc93.tar.bz2 |
made trees more vertically shrinkable
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@163 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | content/fireflix-panel.xul | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul index 9953761..75d6c2d 100644 --- a/content/fireflix-panel.xul +++ b/content/fireflix-panel.xul @@ -110,7 +110,7 @@ <button command="cmd_search"/> </hbox> </groupbox> - <tree id="searchresults" rows="4" flex="1" + <tree id="searchresults" rows="2" flex="1" onselect="fireflix.foundphotos.on_select()" ondblclick="fireflix.foundphotos.on_cmd_open(event)" onkeypress="if(event.keyCode==event.DOM_VK_RETURN) @@ -141,7 +141,7 @@ onkeypress="if(event.keyCode==event.DOM_VK_RETURN) document.getElementById('setphotos').focus()"> <vbox flex="1"> - <tree id="setslist" rows="4" onselect="fireflix.photosets.on_select()" + <tree id="setslist" rows="2" onselect="fireflix.photosets.on_select()" flex="1" context="sets_menu" > <treecols> @@ -155,7 +155,7 @@ <button command="cmd_refresh_sets" /> <button command="cmd_set_props" /> </hbox> - <tree id="setphotos" rows="4" onselect="fireflix.photoset.on_select()" + <tree id="setphotos" rows="2" onselect="fireflix.photoset.on_select()" flex="1"> <treecols> <treecol id="sp_title" label="&panel.setphotos.title.label;" flex="1" crop="end" align="start" tooltiptext="&panel.setphotos.title.tip;" /> @@ -189,7 +189,7 @@ <tabpanel id="tabpanel_upload"> <vbox flex="1"> - <tree id="uploadlist" rows="8" flex="1" + <tree id="uploadlist" rows="2" flex="1" onselect="fireflix.uploads.selectionChanged()" context="uploads_menu"> <treecols> |