[iagno/wip/redesign] Darken the grid
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [iagno/wip/redesign] Darken the grid
- Date: Tue, 5 Nov 2013 04:31:36 +0000 (UTC)
commit 769dd57445045d58ac4afd0398b78d7a722962f2
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 9da0f18..271f75b 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]