Skip to content
  • Tristan Van Berkom's avatar
    Make GtkCheckButton allocate all remaining space to it's child instead · f519da41
    Tristan Van Berkom authored
    of limiting it to it's minimum size.
    
    This fixes height-for-width labels inside a GtkCheckButton, for some
    reason GtkCheckButton was limiting the child allocation to the child's
    minimum request, probably for the sake of virtual left-alignment of
    the child label to be beside the checkmark. This should be done by
    other means if nescesarry.
    f519da41