Skip to content
  • Daniel Brötzmann's avatar
    MessageWindow: Fix window resizing in one window mode · 7a3b82d1
    Daniel Brötzmann authored and Philipp Hörist's avatar Philipp Hörist committed
    When using one window mode, we get the allocated size of our message control
    notebook and save it before closing. The allocated width of our notebook does
    not include the background-size of the Paned's separator. Calculating width
    by subtracting roster_hpaned_position from allocated width of our window fixes
    this.
    7a3b82d1