summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
Side-by-side diff
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (show whitespace changes)
-rw-r--r--content/fireflix-panel.xul7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index 0e511c5..aa3dbd6 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -257,3 +257,4 @@
<progressmeter id="upload_progress" mode="undetermined" hidden="true" />
- <groupbox id="upload_file_props" orient="horizontal" hidden="true">
+ <groupbox id="upload_file_props" orient="vertical" hidden="true">
+ <hbox>
<image id="upload_file_preview" width="100" height="100" />
@@ -277,3 +278,3 @@
<row>
- <label control="uplod_tags" value="&panel.upload_props.tags.label;" />
+ <label control="upload_tags" value="&panel.upload_props.tags.label;" />
<textbox id="upload_tags"
@@ -284,2 +285,4 @@
</grid>
+ </hbox>
+ <description id="upload_failure" hidden="true"/>
</groupbox>