Apertura del repositorio

This commit is contained in:
2025-05-24 18:09:39 -03:00
parent 76e6359dad
commit d883ddd0d0
35253 changed files with 2891973 additions and 2 deletions
@@ -0,0 +1,112 @@
<?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>