Skip to content
Snippets Groups Projects
Commit 33a417dd authored by Ychebotarev ProductEngine's avatar Ychebotarev ProductEngine
Browse files

merge

--HG--
branch : product-engine
parents 03861037 b1fa6bb3
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ void LLDragHandleTop::setTitle(const std::string& title) ...@@ -113,6 +113,7 @@ void LLDragHandleTop::setTitle(const std::string& title)
params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT); params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
params.font_shadow(LLFontGL::DROP_SHADOW_SOFT); params.font_shadow(LLFontGL::DROP_SHADOW_SOFT);
params.use_ellipses = true; params.use_ellipses = true;
params.allow_html = false; //cancel URL replacement in floater title
mTitleBox = LLUICtrlFactory::create<LLTextBox> (params); mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);
addChild( mTitleBox ); addChild( mTitleBox );
} }
......
...@@ -37,6 +37,7 @@ background_visible="true" ...@@ -37,6 +37,7 @@ background_visible="true"
top="2" top="2"
width="23" /> width="23" />
<text <text
allow_html="false"
follows="top|left|right" follows="top|left|right"
font="SansSerifHugeBold" font="SansSerifHugeBold"
height="26" height="26"
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
top="2" top="2"
width="20" /> width="20" />
<text <text
allow_html="false"
follows="left|right" follows="left|right"
font="SansSerifSmall" font="SansSerifSmall"
height="15" height="15"
......
...@@ -229,6 +229,7 @@ ...@@ -229,6 +229,7 @@
value="Title:" value="Title:"
width="290" /> width="290" />
<text <text
allow_html="false"
follows="left|top" follows="left|top"
height="22" height="22"
layout="topleft" layout="topleft"
......
...@@ -246,6 +246,7 @@ ...@@ -246,6 +246,7 @@
</layout_panel> </layout_panel>
</layout_stack> </layout_stack>
<text <text
allow_html="false"
follows="left|top|right" follows="left|top|right"
font="SansSerifLarge" font="SansSerifLarge"
height="14" height="14"
...@@ -258,6 +259,7 @@ ...@@ -258,6 +259,7 @@
value="SampleRegion" value="SampleRegion"
width="290" /> width="290" />
<text <text
allow_html="false"
follows="left|top|right" follows="left|top|right"
height="14" height="14"
layout="topleft" layout="topleft"
......
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