[gnome-chess/bridadan/gnome-chess-adaptive_width: 2/7] Reduce minimum size of chess view to 100x100
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess/bridadan/gnome-chess-adaptive_width: 2/7] Reduce minimum size of chess view to 100x100
- Date: Sat, 14 Sep 2019 19:50:31 +0000 (UTC)
commit 7d83b3a835994e6ac14fd7568f29fbcd7c23d74f
Author: Brian Daniels <brianddaniels gmail com>
Date: Thu Aug 1 21:28:16 2019 -0500
Reduce minimum size of chess view to 100x100
src/gnome-chess.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala
index f8fbb01..9d4095c 100644
--- a/src/gnome-chess.vala
+++ b/src/gnome-chess.vala
@@ -188,7 +188,7 @@ Copyright © 2015–2016 Sahil Sareen""";
settings.bind ("board-side", scene, "board-side", SettingsBindFlags.GET);
view = new ChessView ();
- view.set_size_request (400, 400);
+ view.set_size_request (100, 100);
view.scene = scene;
view_container.add (view);
view.show ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]