Skip to content
Snippets Groups Projects
Commit 5b5df476 authored by James Cook's avatar James Cook
Browse files

Make test text floaters so Erica can make a call on final font sizes.

parent 07c63d89
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,11 @@
<floater
legacy_header_height="18"
can_resize="true"
height="400"
height="450"
layout="topleft"
name="floater_test_textbox"
help_topic="floater_test_textbox"
width="400">
width="600">
<text
type="string"
length="1"
......@@ -48,61 +48,80 @@
First line of multiple lines
Second line of multiple lines
</text>
<text
top_pad="10"
left="10"
right="-10"
follows="top|left"
font.name="SansSerifSmall"
name="test_text10"
tool_tip="text">
SansSerifSmall. Русский 中文 (简体) The quick brown fox jumped over the lazy dog.
</text>
<text
top_pad="10"
left="10"
right="-10"
follows="top|left"
font.name="SansSerif"
name="test_text11"
tool_tip="text">
SansSerif. Русский 中文 (简体) The quick brown fox jumped over the lazy dog.
</text>
<text
top_pad="10"
left="10"
right="-10"
follows="top|left"
font.name="SansSerifLarge"
name="test_text12"
tool_tip="text">
SansSerifLarge. Русский 中文 (简体) The quick brown fox jumped over the lazy dog.
</text>
<text
top_pad="10"
left="10"
right="-10"
follows="top|left"
font.name="SansSerifHuge"
name="test_text13"
tool_tip="text">
SansSerifHuge. Русский 中文 (简体) The quick brown fox jumped over the lazy dog.
</text>
<text
type="string"
length="1"
font="SansSerif"
height="10"
layout="topleft"
left_delta="0"
top_pad="30"
width="300">
font SansSerif
</text>
<text
type="string"
length="1"
follows="bottom|right"
height="10"
layout="topleft"
left_delta="0"
top_pad="10"
width="300">
follows bottom right
</text>
<text
type="string"
length="1"
font="SansSerifSmall"
font.style="BOLD"
height="10"
layout="topleft"
left_delta="0"
top_pad="10"
top_pad="40"
width="300">
font style BOLD
SansSerif BOLD
</text>
<text
type="string"
length="1"
font="SansSerifSmall"
font="SansSerif"
font.style="BOLD|UNDERLINE"
height="10"
layout="topleft"
left_delta="0"
top_pad="10"
width="300">
font style BOLD UNDERLINE
SansSerif BOLD UNDERLINE
</text>
<text
type="string"
length="1"
font="SansSerif"
height="10"
layout="topleft"
left_delta="0"
top_pad="10"
width="300">
font style UNDERLINE
SansSerif UNDERLINE
</text>
<text
type="string"
......
......@@ -338,13 +338,13 @@ line to actually fit
height="400"
halign="center"
layout="topleft"
left="575"
left="525"
name="group_tab_container"
tab_position="top"
tab_height="20"
tool_tip="tab container"
top="80"
width="250">
width="300">
<!-- "panel" is a container for widgets. It is automatically resized to
fit the parent tab_container. -->
<panel
......@@ -380,6 +380,46 @@ line to actually fit
tool_tip="Color Swatch: Click to open Color Picker"
top_delta="0"
width="80" />
<text
top_pad="10"
left="10"
width="250"
follows="top|left"
font.name="SansSerifSmall"
name="test_text10"
tool_tip="text">
SansSerifSmall. Русский 中文 (简体)
</text>
<text
top_pad="10"
left="10"
width="250"
follows="top|left"
font.name="SansSerif"
name="test_text11"
tool_tip="text">
SansSerif. Русский 中文 (简体)
</text>
<text
top_pad="10"
left="10"
width="250"
follows="top|left"
font.name="SansSerifLarge"
name="test_text12"
tool_tip="text">
SansSerifLarge. Русский 中文 (简体)
</text>
<text
top_pad="10"
left="10"
width="250"
follows="top|left"
font.name="SansSerifHuge"
name="test_text13"
tool_tip="text">
SansSerifHuge. Русский 中文 (简体)
</text>
</panel>
<!-- panels can also refer to other floaters or panels -->
<panel
......
......@@ -179,23 +179,6 @@
parameter="ui_preview" />
</menu_item_call>
<menu_item_separator />
<menu_item_call
label="Widget Test"
name="Widget Test"
shortcut="control|shift|T">
<menu_item_call.on_click
function="ShowFloater"
parameter="test_widgets" />
</menu_item_call>
<menu_item_call
label="Inspectors Test"
name="inspectors_test"
shortcut="control|shift|I"
>
<menu_item_call.on_click
function="ShowFloater"
parameter="test_inspectors" />
</menu_item_call>
<menu_item_call
label="Show Side Tray"
name="Show Side Tray">
......
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