-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display column min width #184
Comments
Quick test on this. The min width is determined by this line in For the Drone pane display in linux (with empty contents), the values are:
whereas for windows, these are the values:
If all columns had the same additional width, we could just subtract it from the windows platform (eg: I also do not know if these min values change depending on display contents (doubtful as a quick look shows |
https://wxpython.org/Phoenix/docs/html/wx.ListCtrl.html#wx.ListCtrl.SetColumnWidth
|
In linux min column width doesn't work at all for some reason. |
This has always bugged me. The minimum width on a lot of the display columns are much larger than they need to be, which restricts how much information that is visible. Seems to affect all display columns except the fitting windows icons, state, and charge columns (so, maybe all columns that are resizable?).
The text was updated successfully, but these errors were encountered: