From 0ab0f706f923b40c125d6d651bfdc673cbfcbbe0 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Sun, 28 Sep 2014 22:19:00 +0200 Subject: [PATCH] Configure XBoard for -size 49 in master settings Now the code for auto-sizing works, it turns out this does more harm than good in the GTK build, as it takes maximum size that fits the screen as initial size, and the board window then cannot be shrunk below that. So we configure a hard -size 49 for a cold startup. --- xboard.conf.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/xboard.conf.in b/xboard.conf.in index a65f645..56e5f84 100644 --- a/xboard.conf.in +++ b/xboard.conf.in @@ -1,5 +1,5 @@ ; -; xboard 4.6 Save Settings file +; xboard 4.8 Save Settings file ; ; This file contains the system-wide settings of XBoard, in so far they ; deviate from the compiled-in defaults, and are not settable through menus, @@ -12,6 +12,7 @@ ; ; Looks ; +-size 49 -internetChessServerInputBox false -titleInWindow false -showButtonBar true -- 1.7.0.4