summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
Side-by-side diff
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul6
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
@@ -142,18 +142,20 @@
</tree>
<groupbox id="searchresult_props" orient="horizontal" hidden="true">
<vbox width="100" pack="center">
<hbox pack="center">
<image id="search_photo"/>
</hbox>
</vbox>
<vbox flex="1">
- <label id="searchresult_title"/>
- <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/>
+ <label id="searchresult_title" crop="end"/>
+ <hbox flex="1" pack="center">
+ <div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/>
+ </hbox>
<hbox pack="end">
<button command="cmd_search_open"/>
</hbox>
</vbox>
</groupbox>
</vbox>
</tabpanel>