[Pkg-owncloud-commits] [owncloud-client] 20/135: Settings: Ensure the 'about' label isn't cut off #5760
Sandro Knauß
hefee at debian.org
Sat Sep 9 14:28:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch master
in repository owncloud-client.
commit 87a7642381858c298a3c3dbc4d3480701bf501e5
Author: Christian Kamm <mail at ckamm.de>
Date: Mon May 22 10:10:12 2017 +0200
Settings: Ensure the 'about' label isn't cut off #5760
---
src/gui/generalsettings.ui | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/gui/generalsettings.ui b/src/gui/generalsettings.ui
index 5a035a5..20f2c86 100644
--- a/src/gui/generalsettings.ui
+++ b/src/gui/generalsettings.ui
@@ -152,6 +152,12 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="aboutLabel">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string>About</string>
</property>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list