Skip to content

Fixes too long textboxes in export window

Dawid Wdowiak requested to merge github/fork/SoIAS/export_window_size_21404 into master

Fixes #21404 (closed)

Basically the export window uses a TabContainer, but when a current tab changes, size of the window is not updated to the new minimum size. This PR only fixes the export window, but the bug can also occur in other popup's that use TabContainer, e.g. when you resize down project settings too much and change current tab to general. settings

The easiest way to reproduce this issue is in export window (should work with any language, but I have only checked this in english and polish):

  1. Select any preset
  2. Select options tab and resize down the popup as much as you can (horizontally)
  3. Select resources tab

Merge request reports