[geary/pantheon_mail: 1/32] kill conversation list separator
- From: Javier Jardón Cabezas <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/pantheon_mail: 1/32] kill conversation list separator
- Date: Wed, 25 Nov 2015 19:50:50 +0000 (UTC)
commit 704a4659b60df1b5707fa92efa5cc933f7ffd707
Author: Daniel Foré <daniel elementary io>
Date: Wed Nov 18 11:08:00 2015 -0800
kill conversation list separator
.../formatted-conversation-data.vala | 11 +----------
1 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/src/client/conversation-list/formatted-conversation-data.vala
b/src/client/conversation-list/formatted-conversation-data.vala
index 4cd56d2..0881214 100644
--- a/src/client/conversation-list/formatted-conversation-data.vala
+++ b/src/client/conversation-list/formatted-conversation-data.vala
@@ -289,16 +289,7 @@ public class FormattedConversationData : Geary.BaseObject {
render_subject(widget, cell_area, ctx, y, selected, counter_width);
y += ink_rect.height + ink_rect.y + LINE_SPACING;
}
-
- // Draw separator line.
- if (ctx != null && cell_area != null) {
- ctx.set_line_width(1.0);
- GtkUtil.set_source_color_from_string(ctx, CountBadge.UNREAD_BG_COLOR);
- ctx.move_to(cell_area.x - 1, cell_area.y + cell_area.height);
- ctx.line_to(cell_area.x + cell_area.width + 1, cell_area.y + cell_area.height);
- ctx.stroke();
- }
-
+
if (recalc_dims) {
FormattedConversationData.preview_height = preview_height;
FormattedConversationData.cell_height = y + preview_height;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]