-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cursor size for text input #314
Conversation
Codecov Report
@@ Coverage Diff @@
## master #314 +/- ##
=======================================
Coverage 94.67% 94.68%
=======================================
Files 45 45
Lines 10614 10623 +9
=======================================
+ Hits 10049 10058 +9
Misses 565 565
Continue to review full report at Codecov.
|
I've added some tests, and fixed some typing issues. Thanks :) |
I was wondering why |
I thought of that too. But considering in type_input class, most if not all |
yep, maybe in further versions of this gui the parameters could me moved to kwargs, anyway it does not break any compatibility, |
the new version 4.0.2 will be published today |
Awesome. Thanks |
I am working on textinput for small screens, while i am using textinput font size 15, the cursor is not following the size.
Hence added an option to declare cursor size.