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
This commit is contained in:
committed by
Federico Mena Quintero
parent
8c843d7987
commit
cac19c4600
@ -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
|
||||
|
||||
@ -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\"/>" \
|
||||
|
||||
Reference in New Issue
Block a user