-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The bug was happening because of how the Spinner's width measurement is implemented. It only measures 15 items at a time and sets the width of that section based on the widest item from within it. To overcome this, I had to add spaces to the digits in order to make their length as a string be equal to that of the word "Select".
- Loading branch information
1 parent
0848742
commit 1a11d51
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters