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:
authorOlivier Goffart <ogoffart@woboq.com>2017-03-13 19:05:24 +0300
committerOlivier Goffart <ogoffart@woboq.com>2017-03-13 19:05:24 +0300
commit2152bc5fca71548abefcf59f41092704dfcac1a7 (patch)
tree7ee3133ef5240ff122ee18203d8af5f804c536ed /src/gui/ignorelisteditor.ui
parent11aecf1af27cd932d43d6e743136b9a348b4edc0 (diff)
Ignore list editor: adjust the size of the columns in the table
So the title of the column is fully visible. Adjust the default size and the size policy of the label so it behave correctly as the window get resized Issue #5600
Diffstat (limited to 'src/gui/ignorelisteditor.ui')
-rw-r--r--src/gui/ignorelisteditor.ui13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/gui/ignorelisteditor.ui b/src/gui/ignorelisteditor.ui
index 08838622d..9001bc78a 100644
--- a/src/gui/ignorelisteditor.ui
+++ b/src/gui/ignorelisteditor.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>438</width>
- <height>463</height>
+ <width>662</width>
+ <height>664</height>
</rect>
</property>
<property name="windowTitle">
@@ -103,9 +103,18 @@
<property name="enabled">
<bool>true</bool>
</property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="text">
<string/>
</property>
+ <property name="textFormat">
+ <enum>Qt::PlainText</enum>
+ </property>
<property name="wordWrap">
<bool>true</bool>
</property>