From d97eb2f52054e8f77adb16d2a8afbf5fd0e576a1 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 25 Aug 2012 14:52:59 +0200 Subject: Updated default options --- atari/options.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atari') diff --git a/atari/options.h b/atari/options.h index 3ec264628..56be49252 100755 --- a/atari/options.h +++ b/atari/options.h @@ -49,13 +49,13 @@ char *tree_icons_path #define NSOPTION_EXTRA_DEFAULTS \ - .atari_font_driver = (char*)"vdi", \ + .atari_font_driver = (char*)"freetype", \ .atari_font_monochrom = 0, \ .atari_dither = 1, \ .atari_transparency = 1, \ .atari_image_toolbar_folder = (char*)"default", \ - .atari_image_toolbar = 0, \ - .atari_toolbar_bg = 0xFFFFFF, \ + .atari_image_toolbar = 1, \ + .atari_toolbar_bg = 0xbbbbbb, \ .atari_face_sans_serif = NULL, \ .atari_face_sans_serif_bold = NULL, \ .atari_face_sans_serif_italic = NULL, \ -- cgit v1.2.3