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

Screen Gap #184

Closed
alipoyrazaydin opened this issue Apr 10, 2023 · 3 comments
Closed

Screen Gap #184

alipoyrazaydin opened this issue Apr 10, 2023 · 3 comments
Labels
stale Issue has not been updated recently and will be closed

Comments

@alipoyrazaydin
Copy link

Screen Gap would be good!
Let's assume that i use some widgets and i want to see them as well as my programs, but i can't set it up.
When i use the Window Gap, it looks terrible and there is too much space.

What does Screen Gap do and how can you achieve it:
Screen Gap adds a margin outside on all sides so this way you can add margins seperately outside and inside.
You can achieve this by overriding the screen size and position property (by Offset).
Or you can have a rect/bounds variable called "Workspace" and you can add padding to it
Pseudocode: RECT Workplace = { x + padding, y + padding, width - (padding * 2), height - (padding * 2) };

I included some pictures of how Window Gap and Screen Gap affects (what can you achieve using current VS my modification)

Using Window Gap:
image

Using Screen Gap:
image

@ngeraks
Copy link

ngeraks commented Jan 23, 2024

Also I would suggest a dynamic/static screen gap switch.
Dynamic would be something like: single window - gap is 200 px, two windows - 150 px, 4 windows (suddenly you need more space) 50 px. All this could be made configurable (which I presume will require a lot of effort).

Copy link

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale Issue has not been updated recently and will be closed label Mar 19, 2024
Copy link

github-actions bot commented Apr 2, 2024

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issue has not been updated recently and will be closed
Projects
None yet
Development

No branches or pull requests

2 participants