-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat: Customizable toolbar button size #1182
base: main
Are you sure you want to change the base?
Conversation
ToolbarSize extended by ToolbarSizeGet to enable getting different size parameters directly
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1182 +/- ##
==========================================
+ Coverage 37.49% 37.56% +0.06%
==========================================
Files 108 108
Lines 8564 8668 +104
==========================================
+ Hits 3211 3256 +45
- Misses 5353 5412 +59 ☔ View full report in Codecov by Sentry. |
I probably did not choosed the best way. If you @adil192 tell me how to do it better, I rewrite code. I would like to have this option. Now my toolbar takes up two lines. |
addes strings.i18n.yaml
Implemented 3 different sizes of toolbar buttons to allow user to choose smaller buttons if toolbar takes too big area of screen.
Closes #1146
also partialy closes #1177 (here probably the possibility to hide toolbar when typing text will be better solution - for example long press on text toolbar button)