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,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<spinner text_enabled_color="LabelTextColor"
text_disabled_color="LabelDisabledColor"
font="SansSerifSmall"
decimal_digits="3"
label_width="40" >
<spinner.up_button name="SpinCtrl Up"
image_unselected="Stepper_Up_Off"
image_selected="Stepper_Up_Press"
tab_stop="false"
follows="left|bottom" />
<spinner.down_button name="SpinCtrl Down"
image_unselected="Stepper_Down_Off"
image_selected="Stepper_Down_Press"
tab_stop="false"
follows="left|bottom" />
</spinner>