diff options
author | Milan Crha <mcrha@redhat.com> | 2012-04-24 23:59:21 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-04-24 23:59:21 +0800 |
commit | 1c092c81c8f32d76c4869646bc92ba72230d1805 (patch) | |
tree | bc87c05ad61e3dcf33be021e249f87b11e5924e5 /calendar/gui/dialogs | |
parent | 031c2b6b55d4cbfb9d393f68bc53ccd15d64e8d5 (diff) | |
download | gsoc2013-evolution-1c092c81c8f32d76c4869646bc92ba72230d1805.tar.gz gsoc2013-evolution-1c092c81c8f32d76c4869646bc92ba72230d1805.tar.zst gsoc2013-evolution-1c092c81c8f32d76c4869646bc92ba72230d1805.zip |
Bug #668769 - Recurrence editor weekday items slightly cropped
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/calendar/gui/dialogs/recurrence-page.ui b/calendar/gui/dialogs/recurrence-page.ui index 28c0dd36d7..6f0d175520 100644 --- a/calendar/gui/dialogs/recurrence-page.ui +++ b/calendar/gui/dialogs/recurrence-page.ui @@ -295,15 +295,15 @@ </object> <packing> <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> </object> <packing> <property name="padding">0</property> - <property name="expand">True</property> - <property name="fill">True</property> + <property name="expand">False</property> + <property name="fill">False</property> </packing> </child> </object> @@ -317,7 +317,7 @@ <packing> <property name="padding">0</property> <property name="expand">False</property> - <property name="fill">True</property> + <property name="fill">False</property> </packing> </child> <child> @@ -597,7 +597,7 @@ </object> <packing> <property name="padding">0</property> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> </packing> </child> |