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>2020-10-22 17:27:20 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-28 17:28:01 +0300
commit9b6323649436e527f279c80260780bec0f0a707d (patch)
treeb66091b0c29f5be267687c97dd93f19f1e348a61 /src/gui/logbrowser.ui
parent71d1afd4bd75be672b27af50dc48ff0529c0f091 (diff)
Fix logbrowser text not properly displayed
Fixes: #8168
Diffstat (limited to 'src/gui/logbrowser.ui')
-rw-r--r--src/gui/logbrowser.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/logbrowser.ui b/src/gui/logbrowser.ui
index f0080ac1e..24991739c 100644
--- a/src/gui/logbrowser.ui
+++ b/src/gui/logbrowser.ui
@@ -61,6 +61,12 @@
</item>
<item>
<widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>The client can write debug logs to a temporary folder. These logs are very helpful for diagnosing problems.
Since log files can get large, the client will start a new one for each sync run and compress older ones. It is also recommended to enable deleting log files after a couple of hours to avoid consuming too much disk space.</string>