[gnome-mines] Fix label for large game
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] Fix label for large game
- Date: Fri, 15 Feb 2013 01:50:46 +0000 (UTC)
commit 4f4ef83c0894514676dea46261abd818239aa8f7
Author: Robert Ancell <robert ancell canonical com>
Date: Fri Feb 15 14:50:41 2013 +1300
Fix label for large game
src/gnome-mines.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mines.vala b/src/gnome-mines.vala
index 7517a7f..62bd462 100644
--- a/src/gnome-mines.vala
+++ b/src/gnome-mines.vala
@@ -280,7 +280,7 @@ public class Mines : Gtk.Application
new_game_grid.attach (button, 0, 1, 1, 1);
label = new Gtk.Label (null);
- label.set_markup (make_minefield_description ("#ff0000", 16, 16, 40));
+ label.set_markup (make_minefield_description ("#ff0000", 30, 16, 99));
label.set_justify (Gtk.Justification.CENTER);
button.add (label);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]