From 862a4d5c6e82e82da49cdce3ec236de0c86b29f7 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 5 Jul 2010 09:34:21 +0200 Subject: [PATCH] Remove font settings from master settings file xboard.conf should not contain general font settings (not specific to one board size) with specified point size. In fact it should not even specify sizable fonts, as the new system would make specification of a general font overrule the size-specific settings in the .xboardrc file, so the persistence of fonts would be completely broken. --- xboard.conf | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/xboard.conf b/xboard.conf index 387ba39..d41339a 100644 --- a/xboard.conf +++ b/xboard.conf @@ -1,5 +1,5 @@ ; -; xboard 4.4.1.20091022 Save Settings file +; xboard 4.5 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, @@ -22,9 +22,6 @@ -flashCount 0 -flashRate 5 -fontSizeTolerance 4 --clockFont -adobe-helvetica-bold-r-normal--34-240-100-100-p-182-iso8859-1 --font -adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1 --coordFont -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1 -pixmapDirectory "" -bitmapDirectory "" ; -- 1.7.0.4