aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-12-15 05:34:55 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-12-15 05:34:55 +0800
commitcac19c4600a5bb528b09e78ae2d257ef47a16a75 (patch)
treed10e76b11c2faa148e256cc40260bc4da7bed11a
parent8c843d79878f4e5c912680d9c15f5cd46356f169 (diff)
downloadgsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar.gz
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar.bz2
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar.lz
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar.xz
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.tar.zst
gsoc2013-evolution-cac19c4600a5bb528b09e78ae2d257ef47a16a75.zip
Reset the widths of the columns with pixbufs to the actual pixbufs' sizes;
2000-12-14 Federico Mena Quintero <federico@helixcode.com> * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reset the widths of the columns with pixbufs to the actual pixbufs' sizes; now ETable properly computes its column widths so we do not need to add extra padding here. svn path=/trunk/; revision=7031
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/e-calendar-table.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index dbc31ea167..65c701de91 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2000-12-14 Federico Mena Quintero <federico@helixcode.com>
+
+ * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): Reset the widths
+ of the columns with pixbufs to the actual pixbufs' sizes; now
+ ETable properly computes its column widths so we do not need to
+ add extra padding here.
+
2000-12-14 Dan Winship <danw@helixcode.com>
* gui/calendar-model.c (_XOPEN_SOURCE): #define this to 500, not
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index d5afbf6214..9211e8a646 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -182,10 +182,10 @@ e_calendar_table_class_init (ECalendarTableClass *class)
" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" " \
" cell=\"string\" compare=\"string\"/>" \
" <ETableColumn model_col=\"13\" pixbuf=\"icon\" " \
- " expansion=\"1.0\" minimum_width=\"22\" resizable=\"false\" " \
+ " expansion=\"1.0\" minimum_width=\"16\" resizable=\"false\" " \
" cell=\"icon\" compare=\"integer\"/>" \
" <ETableColumn model_col=\"14\" pixbuf=\"complete\" " \
- " expansion=\"1.0\" minimum_width=\"22\" resizable=\"false\" " \
+ " expansion=\"1.0\" minimum_width=\"16\" resizable=\"false\" " \
" cell=\"checkbox\" compare=\"integer\"/>" \
" <ETableState>" \
" <column source=\"13\"/>" \