Skip to content

GTK warnings about a button's minimum width and height being negative values on startup #1200

@nekohayo

Description

@nekohayo

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

No one assigned

    Labels

    bugmaintainabilityAutomated tests suite, tooling, refactoring, or anything that makes it easier for developerspriority:lowreproducible-in-gitIssues that affect the current dev version

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions