Skip to content

Sun configuration dialog issues #5

Description

@furgo16

The Sun configuration dialog is a handy way to quickly set up all properties. However, it has a few oddities:

  1. 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
  2. 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.
  3. The Sun light representation, Sun path diagram (Arch Site), Sun path animation checkboxes are standalone checkboxes that control other group boxes programmatically. Setting the checkable property of the groupboxes would avoid having to have separate individual checkboxes, would reduce the amount of code, and would provide proper text alignment.
Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions