summaryrefslogtreecommitdiffabout
path: root/content
authorMichael Krelin <hacker@klever.net>2006-09-27 14:35:00 (UTC)
committer Michael Krelin <hacker@klever.net>2006-09-27 14:35:00 (UTC)
commitb62171950ffbbdae7826b1b8cdd4cfd0bde8cc93 (patch) (unidiff)
tree61170ea6ad2cc16a946a8b1514757c45bffa3424 /content
parent1783adce5169fc0a924983249222527bc2cdddc2 (diff)
downloadfireflix-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
Diffstat (limited to 'content') (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix-panel.xul8
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
@@ -101,25 +101,25 @@
101 accesskey="s"/> 101 accesskey="s"/>
102 <textbox id="search_for" flex="1"/> 102 <textbox id="search_for" flex="1"/>
103 </hbox> 103 </hbox>
104 <hbox> 104 <hbox>
105 <checkbox id="search_tags" label="&panel.search.mode.tagsonly.label;" 105 <checkbox id="search_tags" label="&panel.search.mode.tagsonly.label;"
106 tooltiptext="&panel.search.mode.tagsonly.tip;" checked="false" 106 tooltiptext="&panel.search.mode.tagsonly.tip;" checked="false"
107 accesskey="t" /> 107 accesskey="t" />
108 <checkbox id="search_mine" label="&panel.search.mode.mine.label;" checked="true" accesskey="m"/> 108 <checkbox id="search_mine" label="&panel.search.mode.mine.label;" checked="true" accesskey="m"/>
109 <spacer flex="1"/> 109 <spacer flex="1"/>
110 <button command="cmd_search"/> 110 <button command="cmd_search"/>
111 </hbox> 111 </hbox>
112 </groupbox> 112 </groupbox>
113 <tree id="searchresults" rows="4" flex="1" 113 <tree id="searchresults" rows="2" flex="1"
114 onselect="fireflix.foundphotos.on_select()" 114 onselect="fireflix.foundphotos.on_select()"
115 ondblclick="fireflix.foundphotos.on_cmd_open(event)" 115 ondblclick="fireflix.foundphotos.on_cmd_open(event)"
116 onkeypress="if(event.keyCode==event.DOM_VK_RETURN) 116 onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
117 fireflix.foundphotos.on_cmd_open(event)"> 117 fireflix.foundphotos.on_cmd_open(event)">
118 <treecols> 118 <treecols>
119 <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" /> 119 <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" />
120 </treecols> 120 </treecols>
121 <treechildren/> 121 <treechildren/>
122 </tree> 122 </tree>
123 <groupbox id="searchresult_props" orient="horizontal" hidden="true"> 123 <groupbox id="searchresult_props" orient="horizontal" hidden="true">
124 <vbox width="100" pack="center"> 124 <vbox width="100" pack="center">
125 <hbox pack="center"> 125 <hbox pack="center">
@@ -132,39 +132,39 @@
132 <hbox pack="end"> 132 <hbox pack="end">
133 <button command="cmd_search_open"/> 133 <button command="cmd_search_open"/>
134 </hbox> 134 </hbox>
135 </vbox> 135 </vbox>
136 </groupbox> 136 </groupbox>
137 </vbox> 137 </vbox>
138 </tabpanel> 138 </tabpanel>
139 139
140 <tabpanel id="tabpanel_sets" flex="1" 140 <tabpanel id="tabpanel_sets" flex="1"
141 onkeypress="if(event.keyCode==event.DOM_VK_RETURN) 141 onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
142 document.getElementById('setphotos').focus()"> 142 document.getElementById('setphotos').focus()">
143 <vbox flex="1"> 143 <vbox flex="1">
144 <tree id="setslist" rows="4" onselect="fireflix.photosets.on_select()" 144 <tree id="setslist" rows="2" onselect="fireflix.photosets.on_select()"
145 flex="1" context="sets_menu" 145 flex="1" context="sets_menu"
146 > 146 >
147 <treecols> 147 <treecols>
148 <treecol id="sl_name" label="&panel.sets.name.label;" flex="4" crop="end" align="start" tooltiptext="&panel.sets.name.tip;"/> 148 <treecol id="sl_name" label="&panel.sets.name.label;" flex="4" crop="end" align="start" tooltiptext="&panel.sets.name.tip;"/>
149 <splitter class="tree-splitter" /> 149 <splitter class="tree-splitter" />
150 <treecol id="sl_photos" label="&panel.sets.photos.label;" flex="1" align="end" tooltiptext="&panel.sets.photos.tip;" /> 150 <treecol id="sl_photos" label="&panel.sets.photos.label;" flex="1" align="end" tooltiptext="&panel.sets.photos.tip;" />
151 </treecols> 151 </treecols>
152 <treechildren/> 152 <treechildren/>
153 </tree> 153 </tree>
154 <hbox> 154 <hbox>
155 <button command="cmd_refresh_sets" /> 155 <button command="cmd_refresh_sets" />
156 <button command="cmd_set_props" /> 156 <button command="cmd_set_props" />
157 </hbox> 157 </hbox>
158 <tree id="setphotos" rows="4" onselect="fireflix.photoset.on_select()" 158 <tree id="setphotos" rows="2" onselect="fireflix.photoset.on_select()"
159 flex="1"> 159 flex="1">
160 <treecols> 160 <treecols>
161 <treecol id="sp_title" label="&panel.setphotos.title.label;" flex="1" crop="end" align="start" tooltiptext="&panel.setphotos.title.tip;" /> 161 <treecol id="sp_title" label="&panel.setphotos.title.label;" flex="1" crop="end" align="start" tooltiptext="&panel.setphotos.title.tip;" />
162 <splitter class="tree-splitter" /> 162 <splitter class="tree-splitter" />
163 <treecol id="sp_taken" label="&panel.setphotos.taken.label;" crop="end" align="start" tooltiptext="&panel.setphotos.taken.tip;" hidden="true" /> 163 <treecol id="sp_taken" label="&panel.setphotos.taken.label;" crop="end" align="start" tooltiptext="&panel.setphotos.taken.tip;" hidden="true" />
164 <treecol id="sp_upload" label="&panel.setphotos.upload.label;" crop="end" align="start" tooltiptext="&panel.setphotos.upload.tip;" hidden="true" /> 164 <treecol id="sp_upload" label="&panel.setphotos.upload.label;" crop="end" align="start" tooltiptext="&panel.setphotos.upload.tip;" hidden="true" />
165 </treecols> 165 </treecols>
166 <treechildren/> 166 <treechildren/>
167 </tree> 167 </tree>
168 <groupbox id="set_photo_props" orient="horizontal"> 168 <groupbox id="set_photo_props" orient="horizontal">
169 <vbox width="100" pack="center"> 169 <vbox width="100" pack="center">
170 <hbox pack="center"> 170 <hbox pack="center">
@@ -180,25 +180,25 @@
180 <listbox id="tagslist" rows="8" flex="1"> 180 <listbox id="tagslist" rows="8" flex="1">
181 <listhead> 181 <listhead>
182 <listheader label="&panel.tagslist.tag.label;"/> 182 <listheader label="&panel.tagslist.tag.label;"/>
183 </listhead> 183 </listhead>
184 <listcols> 184 <listcols>
185 <listcol flex="1"/> 185 <listcol flex="1"/>
186 </listcols> 186 </listcols>
187 </listbox> 187 </listbox>
188 </tabpanel> 188 </tabpanel>
189 189
190 <tabpanel id="tabpanel_upload"> 190 <tabpanel id="tabpanel_upload">
191 <vbox flex="1"> 191 <vbox flex="1">
192 <tree id="uploadlist" rows="8" flex="1" 192 <tree id="uploadlist" rows="2" flex="1"
193 onselect="fireflix.uploads.selectionChanged()" 193 onselect="fireflix.uploads.selectionChanged()"
194 context="uploads_menu"> 194 context="uploads_menu">
195 <treecols> 195 <treecols>
196 <treecol id="up_file" label="&panel.uploadlist.file.label;" flex="4" crop="start" align="start"/> 196 <treecol id="up_file" label="&panel.uploadlist.file.label;" flex="4" crop="start" align="start"/>
197 <splitter class="tree-splitter" /> 197 <splitter class="tree-splitter" />
198 <treecol id="up_title" label="&panel.uploadlist.title.label;" flex="5" crop="end" align="start" /> 198 <treecol id="up_title" label="&panel.uploadlist.title.label;" flex="5" crop="end" align="start" />
199 <splitter class="tree-splitter" /> 199 <splitter class="tree-splitter" />
200 <treecol id="up_status" label="&panel.uploadlist.status.label;" flex="1" crop="end" align="start" /> 200 <treecol id="up_status" label="&panel.uploadlist.status.label;" flex="1" crop="end" align="start" />
201 </treecols> 201 </treecols>
202 <treechildren/> 202 <treechildren/>
203 </tree> 203 </tree>
204 <progressmeter id="upload_progress" mode="undetermined" hidden="true" /> 204 <progressmeter id="upload_progress" mode="undetermined" hidden="true" />