Skip to content
  • Timm Bäder's avatar
    expander: fix sizes in resize_toplevel · 46828f8e
    Timm Bäder authored
    We can't use gtk_widget_get_allocation for either non-anchored widgets
    (which happens with the child widget when the expander is unexpanded)
    nor toplevel windows since that will include the window decorations.
    
    Fixes #70 in gtk3
    46828f8e