[GH-ISSUE #159] Corner Size GUI should allow values higher than 99 #126

Open
opened 2026-05-05 05:19:36 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @demonbane on GitHub (Oct 19, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/159

The Corner Size control in the screen settings and advanced server settings GUI looks like it's using the default QSpinBox settings which results in a limit of 99. This isn't very practical on high-dpi screens where 99 pixels in the corner is barely noticeable.

These controls should be updated with a higher maximum value to allow values above 99 to be entered without having to resort to manually editing a config file.

Originally created by @demonbane on GitHub (Oct 19, 2018). Original GitHub issue: https://github.com/debauchee/barrier/issues/159 The Corner Size control in the screen settings and advanced server settings GUI looks like it's using the default QSpinBox settings which results in a limit of 99. This isn't very practical on high-dpi screens where 99 pixels in the corner is barely noticeable. These controls should be updated with a higher [maximum](http://doc.qt.io/qt-5/qspinbox.html#maximum-prop) value to allow values above 99 to be entered without having to resort to manually editing a config file.
gitea-mirror added the
enhancement
label 2026-05-05 05:19:36 -06:00
Author
Owner

@TheDiscordian commented on GitHub (Aug 17, 2021):

I just ran into this. I have a multi-monitor setup that wasn't working (Linux <-> Linux Monitor <-> MacBook), when I moved the mouse left of the MacBook, if it was too high or too low, it jumped all the way to the left-most monitor. Simply disabling corners and setting the size to 122 fixed my issue completely, works almost like a normal extended monitor now. A lot of people seem to run into multi-monitor issues, and I feel like simply fixing the UI here would go a long way.

<!-- gh-comment-id:900565067 --> @TheDiscordian commented on GitHub (Aug 17, 2021): I just ran into this. I have a multi-monitor setup that wasn't working (Linux <-> Linux Monitor <-> MacBook), when I moved the mouse left of the MacBook, if it was too high or too low, it jumped all the way to the left-most monitor. Simply disabling corners and setting the size to 122 fixed my issue completely, works almost like a normal extended monitor now. A lot of people seem to run into multi-monitor issues, and I feel like simply fixing the UI here would go a long way.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#126
No description provided.