Skip to content
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

Bigger window resize border #1099

Merged
merged 1 commit into from May 23, 2020
Merged

Conversation

martinber
Copy link
Contributor

Makes the invisible border around windows a little bigger, so it is easier to resize. I could not find information on why it was only 2 pixels wide (commit). Now the area is 7 pixels wide.

Fixes #937.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • This change requires a documentation update

How Has This Been Tested?

Tested only in Linux, but it should be the same in other platforms

Test Configuration:

  • Operating system: Debian GNU/Linux
  • Graphics Card: AMD Radeon R7 360. Driver: radeon

Checklist:

  • My code follows the code style of this project.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@alex-w alex-w added this to To Do in GUI via automation May 23, 2020
@alex-w alex-w added this to the 0.20.2 milestone May 23, 2020
@alex-w alex-w self-requested a review May 23, 2020 15:59
Copy link
Member

@alex-w alex-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7 pixels for border is much IMHO, but for newbies it may be really helpful.

@alex-w alex-w merged commit 6bd5069 into Stellarium:master May 23, 2020
GUI automation moved this from To Do to Done May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
GUI
  
Done
Development

Successfully merging this pull request may close these issues.

dialogs are difficult to resize
2 participants