Adjust alignment in event list
As per this comment https://bugzilla.gnome.org/show_bug.cgi?id=632109#c38 See http://people.freedesktop.org/~david/calendar-today-align-fixes.png Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
dd8716e5d9
commit
505b9047d7
@ -612,11 +612,11 @@ EventsList.prototype = {
|
||||
if (includeDayName) {
|
||||
dayNameBox.add(new St.Label( { style_class: 'events-day-dayname',
|
||||
text: day } ),
|
||||
{ x_fill: false } );
|
||||
{ x_fill: true } );
|
||||
}
|
||||
timeBox.add(new St.Label( { style_class: 'events-day-time',
|
||||
text: time} ),
|
||||
{ x_fill: false } );
|
||||
{ x_fill: true } );
|
||||
eventTitleBox.add(new St.Label( { style_class: 'events-day-task',
|
||||
text: desc} ));
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user