From f22be03872bd777ccb32ca21ac4c964bd88b37e2 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 12 Jun 2006 08:40:50 +0000 Subject: Increased the spacing between the widgets on the "Game" tab of the "Edit Game" dialog in 320xX mode. They were so close to each other that it bordered on being pornographic. svn-id: r23058 --- gui/theme-config.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gui/theme-config.cpp') diff --git a/gui/theme-config.cpp b/gui/theme-config.cpp index e8fa2a963a..e1e29d1679 100644 --- a/gui/theme-config.cpp +++ b/gui/theme-config.cpp @@ -191,15 +191,15 @@ const char *Theme::_defaultConfigINI = "gameoptions_id=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n" "gameoptions_id.align=kTextAlignRight\n" "gameoptions_domain=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n" -"opYoffset=(opYoffset + prev.h + 3)\n" +"opYoffset=(opYoffset + prev.h + 5)\n" "gameoptions_name=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight\n" "gameoptions_name.align=kTextAlignRight\n" "gameoptions_desc=prev.x2 (prev.y - 1) (parent.w - gameOptionsLabelWidth - 10 - gox) (prev.h + 2)\n" -"opYoffset=(opYoffset + prev.h + 3)\n" +"opYoffset=(opYoffset + prev.h + 7)\n" "gameoptions_lang=gox (opYoffset - 1) gow (kLineHeight + 2)\n" -"opYoffset=(opYoffset + prev.h + 4)\n" +"opYoffset=(opYoffset + prev.h + 5)\n" "gameoptions_platform=prev.x opYoffset prev.w prev.h\n" -"opYoffset=(opYoffset + prev.h + 4)\n" +"opYoffset=(opYoffset + prev.h + 5)\n" "\n" "# paths tab\n" "opYoffset=vBorder\n" -- cgit v1.2.3