Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-08-09 15:26:13 +0300
committerHannah von Reth <vonreth@kde.org>2021-08-12 18:02:11 +0300
commitb5cb6a11ce1502fcfaee4ac50d3475bb8d9a311a (patch)
treefa4e92f3db0f7d40c1f810bdc782657c1d275937 /changelog/unreleased
parent473f4fe6aa51253fb71b5dccd9ab701dfcc4ea02 (diff)
Limit window size to 2/3
Fixes: #8366
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/83666
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8366 b/changelog/unreleased/8366
new file mode 100644
index 000000000..db1c20fcb
--- /dev/null
+++ b/changelog/unreleased/8366
@@ -0,0 +1,6 @@
+Bugfix: Limit min window size to 2/3 available
+
+When scaling was used the window could become bigger than the screen.
+The size is now limited to 2/3 of the screen.
+
+https://github.com/owncloud/client/issues/8366