Skip to content

Commit

Permalink
Fix logbrowser text not properly displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Oct 28, 2020
1 parent 71d1afd commit 9b63236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/gui/logbrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9b63236

Please sign in to comment.