-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Open
Copy link
Labels
bugmaintainabilityAutomated tests suite, tooling, refactoring, or anything that makes it easier for developersAutomated tests suite, tooling, refactoring, or anything that makes it easier for developerspriority:lowreproducible-in-gitIssues that affect the current dev versionIssues that affect the current dev version
Description
With the git master
version, on every startup, I immediately get these two warnings:
Gtk-WARNING **: GtkButton 0x558488fe5f60 (button) reported min width -184, but sizes must be >= 0
Gtk-WARNING **: GtkButton 0x558488fe5f60 (button) reported min height -176, but sizes must be >= 0
While the app does not crash or misbehave, maybe this could bite us someday.
Doing a git grep width | grep min | grep button
, the only results are all from GTG/gtk/browser/adaptive_button.py
, so maybe that one is the culprit (it would make intuitive sense that it would be, at least)...
Metadata
Metadata
Assignees
Labels
bugmaintainabilityAutomated tests suite, tooling, refactoring, or anything that makes it easier for developersAutomated tests suite, tooling, refactoring, or anything that makes it easier for developerspriority:lowreproducible-in-gitIssues that affect the current dev versionIssues that affect the current dev version