113 lines
1.7 KiB
XML
113 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater
|
|
can_minimize="false"
|
|
can_tear_off="false"
|
|
can_resize="true"
|
|
can_drag_on_left="false"
|
|
can_close="true"
|
|
can_dock="true"
|
|
bevel_style="in"
|
|
height="300"
|
|
layout="topleft"
|
|
name="Test Floater"
|
|
save_rect="true"
|
|
title="Test Floater"
|
|
save_dock_state="true"
|
|
save_visibility="true"
|
|
single_instance="true"
|
|
width="650">
|
|
<text left="0"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
clip_partial="true"
|
|
bottom="-5"
|
|
width="100"
|
|
valign="top">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
top
|
|
aligned</text>
|
|
<text left_pad="5"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
bottom="-5"
|
|
clip_partial="true"
|
|
width="100"
|
|
valign="center">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
center
|
|
aligned</text>
|
|
<text left_pad="5"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
clip_partial="true"
|
|
bottom="-5"
|
|
width="100"
|
|
valign="bottom">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
bottom
|
|
aligned</text>
|
|
<text_editor left_pad="5"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
clip_partial="true"
|
|
bottom="-5"
|
|
width="100"
|
|
valign="top">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
top
|
|
aligned
|
|
</text_editor>
|
|
<text_editor left_pad="5"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
bottom="-5"
|
|
clip_partial="true"
|
|
width="100"
|
|
valign="center">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
center
|
|
aligned
|
|
</text_editor>
|
|
<text_editor left_pad="5"
|
|
follows="left|top|bottom"
|
|
top="5"
|
|
clip_partial="true"
|
|
bottom="-5"
|
|
width="100"
|
|
valign="bottom">
|
|
this
|
|
is
|
|
some
|
|
text
|
|
that
|
|
is
|
|
bottom
|
|
aligned
|
|
</text_editor>
|
|
</floater>
|