Skip to content
  • Matthias Clasen's avatar
    GtkDialog: avoid underallocations · 1743e18c
    Matthias Clasen authored
    GtkDialog changes its size depending on style properties. If
    we only do this in response to ::style-updated, it happens during
    the initial realization of the dialog and leads to the dialog
    'growing' between when we determine the initial window size and
    when we allocate it that size. So, do this beforehand.
    1743e18c