aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-10-13 05:14:43 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-10-13 05:14:43 +0800
commitace63b07fa1671e89a1f77c3b0738cf6be7428b7 (patch)
tree6f0f58616179c2f3d91f20b1115a0f0f50cc067c /calendar/gui
parente81e64f8dd9facde47e93e3f4e8b190978eeb91b (diff)
downloadgsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar.gz
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar.bz2
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar.lz
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar.xz
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.tar.zst
gsoc2013-evolution-ace63b07fa1671e89a1f77c3b0738cf6be7428b7.zip
set the 2 icon columns to a min width of 18 and resizable to FALSE.
2000-10-12 Damon Chaplin <damon@helixcode.com> * gui/e-calendar-table.c (E_CALENDAR_TABLE_SPEC): set the 2 icon columns to a min width of 18 and resizable to FALSE. svn path=/trunk/; revision=5892
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-calendar-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 77a45e3438..b372a1c03b 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -148,8 +148,8 @@ e_calendar_table_class_init (ECalendarTableClass *class)
"<ETableColumn model_col=\"10\" _title=\"Transparency\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \
"<ETableColumn model_col=\"11\" _title=\"URL\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \
"<ETableColumn model_col=\"12\" _title=\"Alarms\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"string\" compare=\"string\"/>" \
- "<ETableColumn model_col=\"13\" pixbuf=\"icon\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"icon\" compare=\"integer\"/>" \
- "<ETableColumn model_col=\"14\" pixbuf=\"complete\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"checkbox\" compare=\"integer\"/>" \
+ "<ETableColumn model_col=\"13\" pixbuf=\"icon\" expansion=\"1.0\" minimum_width=\"18\" resizable=\"false\" cell=\"icon\" compare=\"integer\"/>" \
+ "<ETableColumn model_col=\"14\" pixbuf=\"complete\" expansion=\"1.0\" minimum_width=\"18\" resizable=\"false\" cell=\"checkbox\" compare=\"integer\"/>" \
"<ETableState>" \
"<column source=\"13\"/>" \
"<column source= \"9\"/>" \