Skip to content

Commit 89e8f3a

Browse files
authored
Merge pull request #4 from fusetools/feature-readproperty-master
master: Change Property->ReadProperty
2 parents 759ca56 + cf50d17 commit 89e8f3a

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)