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 @@ ...@@ -2,11 +2,11 @@
<floater <floater
legacy_header_height="18" legacy_header_height="18"
can_resize="true" can_resize="true"
height="400" height="450"
layout="topleft" layout="topleft"
name="floater_test_textbox" name="floater_test_textbox"
help_topic="floater_test_textbox" help_topic="floater_test_textbox"
width="400"> width="600">
<text <text
type="string" type="string"
length="1" length="1"
...@@ -48,61 +48,80 @@ ...@@ -48,61 +48,80 @@
First line of multiple lines First line of multiple lines
Second line of multiple lines Second line of multiple lines
</text> </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 <text
type="string" type="string"
length="1" length="1"
font="SansSerif" 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" font.style="BOLD"
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="10" top_pad="40"
width="300"> width="300">
font style BOLD SansSerif BOLD
</text> </text>
<text <text
type="string" type="string"
length="1" length="1"
font="SansSerifSmall" font="SansSerif"
font.style="BOLD|UNDERLINE" font.style="BOLD|UNDERLINE"
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="10" top_pad="10"
width="300"> width="300">
font style BOLD UNDERLINE SansSerif BOLD UNDERLINE
</text> </text>
<text <text
type="string" type="string"
length="1" length="1"
font="SansSerif"
height="10" height="10"
layout="topleft" layout="topleft"
left_delta="0" left_delta="0"
top_pad="10" top_pad="10"
width="300"> width="300">
font style UNDERLINE SansSerif UNDERLINE
</text> </text>
<text <text
type="string" type="string"
......
...@@ -338,13 +338,13 @@ line to actually fit ...@@ -338,13 +338,13 @@ line to actually fit
height="400" height="400"
halign="center" halign="center"
layout="topleft" layout="topleft"
left="575" left="525"
name="group_tab_container" name="group_tab_container"
tab_position="top" tab_position="top"
tab_height="20" tab_height="20"
tool_tip="tab container" tool_tip="tab container"
top="80" top="80"
width="250"> width="300">
<!-- "panel" is a container for widgets. It is automatically resized to <!-- "panel" is a container for widgets. It is automatically resized to
fit the parent tab_container. --> fit the parent tab_container. -->
<panel <panel
...@@ -380,6 +380,46 @@ line to actually fit ...@@ -380,6 +380,46 @@ line to actually fit
tool_tip="Color Swatch: Click to open Color Picker" tool_tip="Color Swatch: Click to open Color Picker"
top_delta="0" top_delta="0"
width="80" /> 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> </panel>
<!-- panels can also refer to other floaters or panels --> <!-- panels can also refer to other floaters or panels -->
<panel <panel
......
...@@ -179,23 +179,6 @@ ...@@ -179,23 +179,6 @@
parameter="ui_preview" /> parameter="ui_preview" />
</menu_item_call> </menu_item_call>
<menu_item_separator /> <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 <menu_item_call
label="Show Side Tray" label="Show Side Tray"
name="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