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)
params.follows.flags(FOLLOWS_TOP | FOLLOWS_LEFT | FOLLOWS_RIGHT);
params.font_shadow(LLFontGL::DROP_SHADOW_SOFT);
params.use_ellipses = true;
params.allow_html = false; //cancel URL replacement in floater title
mTitleBox = LLUICtrlFactory::create<LLTextBox> (params);
addChild( mTitleBox );
}
......
......@@ -37,6 +37,7 @@ background_visible="true"
top="2"
width="23" />
<text
allow_html="false"
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
......
......@@ -36,6 +36,7 @@
top="2"
width="20" />
<text
allow_html="false"
follows="left|right"
font="SansSerifSmall"
height="15"
......
......@@ -229,6 +229,7 @@
value="Title:"
width="290" />
<text
allow_html="false"
follows="left|top"
height="22"
layout="topleft"
......
......@@ -246,6 +246,7 @@
</layout_panel>
</layout_stack>
<text
allow_html="false"
follows="left|top|right"
font="SansSerifLarge"
height="14"
......@@ -258,6 +259,7 @@
value="SampleRegion"
width="290" />
<text
allow_html="false"
follows="left|top|right"
height="14"
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