Skip to content

Commit

Permalink
FIX(client, ui): ACLEditor not growing evenly
Browse files Browse the repository at this point in the history
The ACLEditor's Groups tab has 3 separate columns for dealing with
members. These columns wouldn't grow equally though: The 2 leftmost
columns basically didn't grow at all while the rightmost grew to fill
the available space.

This is a problem though since the 2 leftmost columns have a ComboBox in
them and if the user wants to make those bigger, then (s)he expects this
to be possible by increasing the window's size. This was not the case
though and the ComboBoxes stayed at their initial size.

This commit makes sure that all columns now grow equally and thus
allowing the user to increase the ComboBoxe's size by increasing the
window's size.

Fixes #4453
  • Loading branch information
Krzmbrzl committed Sep 4, 2020
1 parent e063d1d commit 65441fe
Showing 1 changed file with 228 additions and 161 deletions.
Loading

0 comments on commit 65441fe

Please sign in to comment.