[iagno] Darken the grid
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno] Darken the grid
- Date: Thu, 23 Jan 2014 03:07:10 +0000 (UTC)
commit 52d9a4ef57e2c3400f9585fc87e02ff90cb12f64
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Nov 4 22:25:02 2013 -0600
Darken the grid
Needed to look good with background color
src/game-view.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 8fbea72..93c40b2 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -143,7 +143,7 @@ public class GameView : Gtk.DrawingArea
}
}
- cr.set_source_rgba (1.0, 1.0, 1.0, 0.5);
+ cr.set_source_rgba (1.0, 1.0, 1.0, 1.0);
cr.set_operator (Cairo.Operator.DIFFERENCE);
cr.set_line_width (GRID_WIDTH);
for (var i = 1; i < 8; i++)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]