We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many calculator apps on the market use a flat input; it feels a bit more modern.
macOS
Windows
Android
Gtk.Text could be used instead of Gtk.Entry; the calculator app looks more modern.
Gtk.Text
Gtk.Entry
No response
The text was updated successfully, but these errors were encountered:
No need to use a Gtk.Text, just add the "flat" styleclass to the Gtk.Entry
Sorry, something went wrong.
That's true, but Gtk.Entry has other classes that still show the focus or active border when the input is focused.
Successfully merging a pull request may close this issue.
Problem
Many calculator apps on the market use a flat input; it feels a bit more modern.
macOS
Windows
Android
Proposal
Gtk.Text
could be used instead ofGtk.Entry
; the calculator app looks more modern.Prior Art (Optional)
No response
The text was updated successfully, but these errors were encountered: