Skip to content

Commit

Permalink
Fix position of no sounds found text
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Jul 26, 2024
1 parent c2cd647 commit 3e6f4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/SoundSettingsViewController.bsml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- </macro.if>
<macro.if value='!HasSoundFiles'> -->
<horizontal id='NoSoundsFoundHorizontal'>
<text rich-text='true' text='No sound files were found.&#xA;Please add some sound files.' />
<text align="Center" rich-text='true' text='No sound files were found.&#xA;Please add some sound files.' />
</horizontal>
<!-- </macro.if> -->
<!-- </scroll-view> -->
Expand Down

0 comments on commit 3e6f4de

Please sign in to comment.