Skip to content
Snippets Groups Projects
Commit 8516ed1d authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

WIP on EXT-5687 (Classifieds are missing the clickthrough data).

Made the classified info panel layout more compact to add more widgets.

--HG--
branch : product-engine
parent e84e440a
No related branches found
No related tags found
No related merge requests found
...@@ -71,10 +71,10 @@ ...@@ -71,10 +71,10 @@
follows="left|top|right" follows="left|top|right"
height="197" height="197"
layout="topleft" layout="topleft"
left="11" left="10"
name="classified_snapshot" name="classified_snapshot"
top="10" top="10"
width="286" /> width="275" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
text_color="white" text_color="white"
top_pad="0" top_pad="0"
value="Content Type:" value="Content Type:"
width="250" /> width="140" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -137,11 +137,11 @@ ...@@ -137,11 +137,11 @@
h_pad="0" h_pad="0"
height="18" height="18"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="content_type" name="content_type"
read_only="true" read_only="true"
width="290" width="150"
top_pad="5" top_pad="-10"
v_pad="0" v_pad="0"
value="[content type]" /> value="[content type]" />
<text <text
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
text_color="white" text_color="white"
top_pad="0" top_pad="0"
value="Category:" value="Category:"
width="250" /> width="140" />
<text_editor <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="false"
...@@ -163,11 +163,11 @@ ...@@ -163,11 +163,11 @@
h_pad="0" h_pad="0"
height="18" height="18"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="category" name="category"
read_only="true" read_only="true"
width="290" width="150"
top_pad="5" top_pad="-10"
v_pad="0" v_pad="0"
value="[category]" /> value="[category]" />
<text <text
...@@ -180,7 +180,7 @@ ...@@ -180,7 +180,7 @@
text_color="white" text_color="white"
top_pad="0" top_pad="0"
value="Price for listing:" value="Price for listing:"
width="250" /> width="140" />
<text_editor <text_editor
allow_scroll="false" allow_scroll="false"
bg_visible="false" bg_visible="false"
...@@ -189,14 +189,14 @@ ...@@ -189,14 +189,14 @@
halign="left" halign="left"
height="16" height="16"
layout="topleft" layout="topleft"
left="10" left_pad="0"
name="price_for_listing" name="price_for_listing"
read_only="true" read_only="true"
top_pad="5" top_pad="-10"
tool_tip="Price for listing." tool_tip="Price for listing."
v_pad="0" v_pad="0"
value="[price]" value="[price]"
width="105" /> width="150" />
<layout_stack <layout_stack
animate="false" animate="false"
name="descr_stack" name="descr_stack"
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
width="250" /> width="250" />
<text_editor <text_editor
allow_html="true" allow_html="true"
allow_scroll="false" allow_scroll="true"
bg_visible="false" bg_visible="false"
follows="left|top|right" follows="left|top|right"
h_pad="0" h_pad="0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment