-
-
Notifications
You must be signed in to change notification settings - Fork 43
Center Global Config after window resize #250
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #250 +/- ##
==========================================
+ Coverage 93.16% 93.25% +0.09%
==========================================
Files 58 58
Lines 11065 11140 +75
==========================================
+ Hits 10309 10389 +80
+ Misses 756 751 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025031619-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025021804-4.3&flavor=update
Failed tests15 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/129058#dependencies 6 fixed
Unstable testsPerformance TestsPerformance degradation:30 performance degradations
Remaining performance tests:42 tests
|
Hm, on testing, this also happens when the user has deliberately moved the window to a certain position and then resizes, which can be annoying. I'm on the fence here :/ |
1345c1f
to
0741dc1
Compare
Moved the simple positioning from Glade file to the code and did some Gdk tricks. It works well on XFCE as intended. I do not have KDE installed at the moment to see how it behaves there. I hope you could check (maybe via VNC connection to testing facilities). |
Assure Global Config window will remain on the center of the screen after window is resized.
0741dc1
to
ae554b3
Compare
Assure Global Config window will remain on the center of the screen after window is resized.