-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make the input flat #277
base: main
Are you sure you want to change the base?
Make the input flat #277
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like the replace_text
handler no longer working with this branch.
This branch:
Latest origin/main (479cc48):
I see the following critical warnings on the terminal:
And these warnings are out at src/MainWindow.vala:474 according to gdb:
|
Sorry, I didn't know about that feature. I went back to using Gtk.Entry and applied CSS instead. |
@@ -0,0 +1,4 @@ | |||
entry.flat { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From #275 (comment):
That's true, but Gtk.Entry has other classes that still show the focus or active border when the input is focused.
This may be due to the following lines? Isn't there any way to just remove the focused style class and avoid re-implementing the entry.flat class here? 🤔
Fixed #275