-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The Sun configuration dialog is a handy way to quickly set up all properties. However, it has a few oddities:
- The font is tiny. Not only it is difficult to read on smaller screens, but it's not consistent with the rest of the UI. It seems to be customized to a size of 8 pt. I'd suggest removing that customization and going with the Qt dialog's default size
- The widgets inside the dialog do not resize with it. This is due to them being placed using absolute positioning instead of being managed by a layout.
- The
Sun light representation,Sun path diagram (Arch Site),Sun path animationcheckboxes are standalone checkboxes that control other group boxes programmatically. Setting thecheckableproperty of the groupboxes would avoid having to have separate individual checkboxes, would reduce the amount of code, and would provide proper text alignment.

Metadata
Metadata
Assignees
Labels
No labels