FromDarkHell / BL3SaveEditor

A desktop based save and profile editor for Borderlands 3
GNU General Public License v3.0
227 stars 44 forks source link

When resizing the main window not all GUI elements resize properly. #12

Closed ejfudd closed 2 years ago

ejfudd commented 2 years ago

The normal size of the main window is a bit small if you have a larger monitor. The app does have the ability to drag the edges and corners to resize, but not all GUI elements resize properly.

The Platform dropdown becomes too large and covers the other dropdowns in the General tab and the Profile tab.

The Inventory tab, the Add and Delete buttons for the Parts and Generic Parts panels do not stay docked on the right and left edges of the panels. They move to the center and cover each other until the width of the main window is large to accommodate both buttons. Also the Parts and Generic Parts panels do get larger, but the scroll boxes containing the parts do not resize to the new panel size which results in a large open space at the bottom with a scroll bar on the right.

Edit:
It looks like the Platform Combo Boxes are both set to Stretch and should be Vertically Aligned to Top. The Add and Delete buttons are set to Horizontal Right and Left justify and it should be swapped. The margins will need to be adjusted so the layout is the same. The ListViews for the Parts and Generic Parts do not have auto enabled for the height attribute.