Skip to content
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

Show zoom level in the center of terminal #626

Closed
wants to merge 4 commits into from

Conversation

igordsm
Copy link
Contributor

@igordsm igordsm commented Oct 13, 2021

Discussion about design in the issue. Will close #442

@meisenzahl meisenzahl requested a review from a team October 21, 2021 10:36
# Conflicts fixed in:
#	meson.build
#	src/MainWindow.vala
@jeremypw jeremypw marked this pull request as ready for review August 9, 2024 17:10
@jeremypw
Copy link
Collaborator

jeremypw commented Aug 9, 2024

@danirabbit Is this idea OK from design viewpoint? If so, you may wish to adjust the CSS.

Copy link
Member

@danirabbit danirabbit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting enough. I don't have any real objections to the idea.

I think there's some issues from a code perspective, like Gtk.Overlay and Revealer are both sealed in GTK4 so you can't subclass them and adding a style provider to a widget is deprecated.

It might actually be better to just have the zoom widget class set css name to "tooltip" to recycle tooltip styles instead of adding a new style here

@jeremypw
Copy link
Collaborator

jeremypw commented Aug 9, 2024

@danirabbit Thanks for the input. @igordsm Are you interested in taking this up again? Otherwise I will try to implement @danirabbit 's suggestions.

@danirabbit
Copy link
Member

Closing since #772 was merged

@danirabbit danirabbit closed this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show percentage while zooming in with Ctrl+Scroll
3 participants