Skip to content

Commit

Permalink
Fix: Fixed the clock size so it now has a max size of 150 instead of 70.
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat committed May 5, 2024
1 parent 2b425f5 commit a62886c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Constants {
const val BACKUP_READ = 2

const val CLOCK_SIZE_MIN = 20
const val CLOCK_SIZE_MAX = 70
const val CLOCK_SIZE_MAX = 150

const val TEXT_MARGIN_MIN = 0
const val TEXT_MARGIN_MAX = 50
Expand Down

0 comments on commit a62886c

Please sign in to comment.