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

GUI: set all CheckButtons off to avoid blinking + remove grid empty rows/columns #482

Merged
merged 1 commit into from Aug 10, 2021

Conversation

Vulcalien
Copy link
Member

@Vulcalien Vulcalien commented Aug 10, 2021

This is a small change to the preferences.glade file.

After the last PR (#481) I've noticed some of the checkboxes "blink".
Basically, in the glade file, they are "on", but when terminator reads the config file, they are set off. So there is this very small time span where they are on, and suddenly turn off, causing some sort of blinking.

I think the reasons because this did not happen before, is that the GUI was bigger and there was more stuff to load, so there was enought time to read and set all the settings.

So I set all checkboxes to false by default, so that they turn on only when Terminator reads the config. I also removed some empty rows/columns from that file.

@mattrose
Copy link
Member

Looks good, thanks!

@mattrose mattrose merged commit 5a3678d into gnome-terminator:master Aug 10, 2021
@Vulcalien Vulcalien deleted the gui-quality branch August 10, 2021 19:00
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.

None yet

2 participants