-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrapping redundant cities in the economics view
We were resizing columns to avoid wrapping with resizeColumnsToContents, then resizing rows. This produced horizontal scrolling and strange behaviour when the redundant list got long. Fix this by: 1) Setting the last column (redundant cities) to use all remaining space, and 2) Adjusting the width of all columns except the last. Closes #2289.
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters