Skip to content
Snippets Groups Projects
Commit 5496531b authored by Paul Guslisty's avatar Paul Guslisty
Browse files

Fixed normal bug EXT-6581 ('Buy' floater looks corrupted after size reducing)

-increased floater minimal width
-decreased width of TextBox with truncated string and used 'use_ellipses' for it
-deleted overriden button width dimension in DE locale

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/315/

--HG--
branch : product-engine
parent 6a9d277e
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<text name="buy_text"> <text name="buy_text">
[AMOUNT] L$ von [NAME] kaufen? [AMOUNT] L$ von [NAME] kaufen?
</text> </text>
<button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" width="73"/> <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn"/>
<button label="Kaufen" label_selected="Kaufen" name="buy_btn"/> <button label="Kaufen" label_selected="Kaufen" name="buy_btn"/>
<text name="title_buy_text"> <text name="title_buy_text">
Kaufen Kaufen
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
height="290" height="290"
layout="topleft" layout="topleft"
min_height="150" min_height="150"
min_width="200" min_width="225"
name="contents" name="contents"
help_topic="contents" help_topic="contents"
save_rect="true" save_rect="true"
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<text <text
type="string" type="string"
length="1" length="1"
follows="all" follows="left|top|right"
font="SansSerif" font="SansSerif"
height="16" height="16"
layout="topleft" layout="topleft"
...@@ -90,7 +90,8 @@ ...@@ -90,7 +90,8 @@
name="buy_text" name="buy_text"
text_color="white" text_color="white"
top_pad="5" top_pad="5"
width="276"> use_ellipses="true"
width="260">
Buy for L$[AMOUNT] from [NAME]? Buy for L$[AMOUNT] from [NAME]?
</text> </text>
<button <button
......
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