Skip to content

Commit cf50d17

Browse files
committed
master: Change Property->ReadProperty
1 parent 759ca56 commit cf50d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/hikr.Button.ux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<DropShadow Angle="90" Distance="1" Spread="0.2" Size="2" Color="#00000060" />
77
</Rectangle>
88

9-
<hikr.Text Value="{Property Text}" FontSize="{Property FontSize}" TextAlignment="Center" />
9+
<hikr.Text Value="{ReadProperty Text}" FontSize="{ReadProperty FontSize}" TextAlignment="Center" />
1010

1111
<WhilePressed>
1212
<Scale Factor=".95" Duration=".08" Easing="QuadraticOut" />

0 commit comments

Comments
 (0)