Skip to content

Commit

Permalink
Remove leftover initialfocus from clock
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong committed Nov 7, 2023
1 parent 4de113d commit c91f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Clock.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<component name="Clock" extends="Group" initialFocus="chapterNext">
<component name="Clock" extends="Group">
<children>
<Label id="clockTime" font="font:SmallSystemFont" horizAlign="right" vertAlign="center" height="64" width="200" />
<Timer id="currentTimeTimer" repeat="true" duration="1" />
Expand Down

0 comments on commit c91f452

Please sign in to comment.