diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-21 15:08:36 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-21 15:08:43 +0000 |
commit | 656babddbc862d0d2498c79f616db839577a80ae (patch) | |
tree | ccf21ddb4a23a39a2f3e8ce1eb5f002ddc47cdd1 /dbaccess/uiconfig | |
parent | 5c72a213c7c4b588d0c1e0884ff2c46c22425faf (diff) |
wrap long text in tables filter dialog
Change-Id: I64f513969ff8eae48da4b55449439ea61b828645
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/tablesfilterpage.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/tablesfilterpage.ui b/dbaccess/uiconfig/ui/tablesfilterpage.ui index 70ab9ee96923..cee902edf951 100644 --- a/dbaccess/uiconfig/ui/tablesfilterpage.ui +++ b/dbaccess/uiconfig/ui/tablesfilterpage.ui @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.0 on Tue Jan 21 09:48:38 2014 --> +<!-- Generated with glade 3.16.0 on Tue Jan 21 15:00:47 2014 --> <interface> <!-- interface-requires gtk+ 3.0 --> + <!-- interface-requires LibreOffice 1.0 --> <object class="GtkFrame" id="TablesFilterPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -31,6 +32,8 @@ <property name="can_focus">False</property> <property name="xalign">0</property> <property name="label" translatable="yes">Mark the tables that should be visible for the applications.</property> + <property name="wrap">True</property> + <property name="max_width_chars">56</property> </object> <packing> <property name="left_attach">0</property> |