-rw-r--r-- | content/fireflix-panel.xul | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul index e5e1742..398dd78 100644 --- a/content/fireflix-panel.xul +++ b/content/fireflix-panel.xul | |||
@@ -138,26 +138,28 @@ | |||
138 | <treecols> | 138 | <treecols> |
139 | <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" /> | 139 | <treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" /> |
140 | </treecols> | 140 | </treecols> |
141 | <treechildren/> | 141 | <treechildren/> |
142 | </tree> | 142 | </tree> |
143 | <groupbox id="searchresult_props" orient="horizontal" hidden="true"> | 143 | <groupbox id="searchresult_props" orient="horizontal" hidden="true"> |
144 | <vbox width="100" pack="center"> | 144 | <vbox width="100" pack="center"> |
145 | <hbox pack="center"> | 145 | <hbox pack="center"> |
146 | <image id="search_photo"/> | 146 | <image id="search_photo"/> |
147 | </hbox> | 147 | </hbox> |
148 | </vbox> | 148 | </vbox> |
149 | <vbox flex="1"> | 149 | <vbox flex="1"> |
150 | <label id="searchresult_title"/> | 150 | <label id="searchresult_title" crop="end"/> |
151 | <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/> | 151 | <hbox flex="1" pack="center"> |
152 | <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/> | ||
153 | </hbox> | ||
152 | <hbox pack="end"> | 154 | <hbox pack="end"> |
153 | <button command="cmd_search_open"/> | 155 | <button command="cmd_search_open"/> |
154 | </hbox> | 156 | </hbox> |
155 | </vbox> | 157 | </vbox> |
156 | </groupbox> | 158 | </groupbox> |
157 | </vbox> | 159 | </vbox> |
158 | </tabpanel> | 160 | </tabpanel> |
159 | 161 | ||
160 | <tabpanel id="tabpanel_sets" flex="1" | 162 | <tabpanel id="tabpanel_sets" flex="1" |
161 | onkeypress="if(event.keyCode==event.DOM_VK_RETURN) | 163 | onkeypress="if(event.keyCode==event.DOM_VK_RETURN) |
162 | document.getElementById('setphotos').focus()"> | 164 | document.getElementById('setphotos').focus()"> |
163 | <vbox flex="1"> | 165 | <vbox flex="1"> |