diff options
author | Milan Crha <mcrha@redhat.com> | 2010-06-24 01:12:32 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-06-24 01:13:45 +0800 |
commit | b0a06fc691d47dc1c3c0e73678c945a1e1bb4ff5 (patch) | |
tree | dbcaf52e28b0d8350e7a5393a4440f6bcb2a4604 /calendar/gui | |
parent | c37352e589c1781ba0c23ff841d7c415b6d41106 (diff) | |
download | gsoc2013-evolution-b0a06fc691d47dc1c3c0e73678c945a1e1bb4ff5.tar.gz gsoc2013-evolution-b0a06fc691d47dc1c3c0e73678c945a1e1bb4ff5.tar.zst gsoc2013-evolution-b0a06fc691d47dc1c3c0e73678c945a1e1bb4ff5.zip |
Bug #620246 - Increase size of 'group' combo box in task
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/task-page.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-page.ui b/calendar/gui/dialogs/task-page.ui index e88be15760..5d685a32f8 100644 --- a/calendar/gui/dialogs/task-page.ui +++ b/calendar/gui/dialogs/task-page.ui @@ -434,11 +434,12 @@ </child> <child> <object class="ESourceComboBox" id="source"> - <property name="height_request">24</property> <property name="visible">True</property> </object> <packing> <property name="position">1</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> </object> |