aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH P Nadig <hpnadig@pacific.net.in>2004-05-22 05:47:31 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-05-22 05:47:31 +0800
commit3093b426d23077ccca9cfbe2d94ca20405d62336 (patch)
treee936e2fd072506ceaa8afcb7e626654ceaf0f3fc
parent960e25f96d58cb1e174c54b218d4a76c6b52ef87 (diff)
downloadgsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar.gz
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar.bz2
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar.lz
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar.xz
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.tar.zst
gsoc2013-evolution-3093b426d23077ccca9cfbe2d94ca20405d62336.zip
i2004-05-21 Larry Ewing <lewing@ximian.com>
* gui/dialogs/calendar-setup.c: remove references to the uri buttons. * gui/dialogs/calendar-setup.glade: remove uri buttons, make add task window wider and make the button spacing larger. 2004-05-21 H P Nadig <hpnadig@pacific.net.in> * gui/dialogs/calendar-setup.glade: Adjusted the default size of New Calendar Dialog. Fixes 57469. svn path=/trunk/; revision=26037
-rw-r--r--calendar/ChangeLog13
-rw-r--r--calendar/gui/dialogs/calendar-setup.glade56
2 files changed, 19 insertions, 50 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2da74f7200..d8c0905751 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,16 @@
+2004-05-21 Larry Ewing <lewing@ximian.com>
+
+ * gui/dialogs/calendar-setup.c: remove references to the uri
+ buttons.
+
+ * gui/dialogs/calendar-setup.glade: remove uri buttons, make add
+ task window wider and make the button spacing larger.
+
+2004-05-21 H P Nadig <hpnadig@pacific.net.in>
+
+ * gui/dialogs/calendar-setup.glade: Adjusted the default size of
+ New Calendar Dialog. Fixes 57469.
+
2004-05-20 JP Rosevear <jpr@ximian.com>
* gui/e-itip-control.c (find_server): proper look for figuring out
diff --git a/calendar/gui/dialogs/calendar-setup.glade b/calendar/gui/dialogs/calendar-setup.glade
index bd13ff5f71..34bda0cd0d 100644
--- a/calendar/gui/dialogs/calendar-setup.glade
+++ b/calendar/gui/dialogs/calendar-setup.glade
@@ -5,6 +5,8 @@
<requires lib="gnome"/>
<widget class="GtkWindow" id="add-calendar-window">
+ <property name="width_request">450</property>
+ <property name="height_request">300</property>
<property name="title" translatable="yes">Add Calendar</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
@@ -244,30 +246,6 @@
<property name="fill">True</property>
</packing>
</child>
-
- <child>
- <widget class="GtkButton" id="uri-button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
-
- <child>
- <widget class="GtkImage" id="image10">
- <property name="visible">True</property>
- <property name="pixbuf">xine_16x16.png</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xpad">0</property>
- <property name="ypad">0</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
</widget>
<packing>
<property name="left_attach">1</property>
@@ -379,7 +357,7 @@
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
- <property name="spacing">0</property>
+ <property name="spacing">10</property>
<child>
<widget class="GtkButton" id="cancel-button">
@@ -1186,6 +1164,8 @@
</widget>
<widget class="GtkWindow" id="add-task-list-window">
+ <property name="width_request">450</property>
+ <property name="height_request">300</property>
<property name="title" translatable="yes">Add Tasks Group</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
@@ -1345,30 +1325,6 @@
<property name="fill">True</property>
</packing>
</child>
-
- <child>
- <widget class="GtkButton" id="uri-button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
-
- <child>
- <widget class="GtkImage" id="uri-image">
- <property name="visible">True</property>
- <property name="pixbuf">xine_16x16.png</property>
- <property name="xalign">0.5</property>
- <property name="yalign">0.5</property>
- <property name="xpad">0</property>
- <property name="ypad">0</property>
- </widget>
- </child>
- </widget>
- <packing>
- <property name="padding">0</property>
- <property name="expand">False</property>
- <property name="fill">False</property>
- </packing>
- </child>
</widget>
<packing>
<property name="left_attach">1</property>
@@ -1561,7 +1517,7 @@
<widget class="GtkHButtonBox" id="hbuttonbox22">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
- <property name="spacing">0</property>
+ <property name="spacing">10</property>
<child>
<widget class="GtkButton" id="cancel-button">