From 4a1b8ccb86426b437f6ddb13bde3b11abb688d14 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 15 Jun 2006 13:56:02 +0000 Subject: Made the body of the tab widgets taller. This makes no visual difference, but allows us to use the bottommost widgets on some tabs, even in 640x400 mode. svn-id: r23132 --- gui/themes/modern.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/themes/modern.ini b/gui/themes/modern.ini index c55cb4609c..3ae502c431 100644 --- a/gui/themes/modern.ini +++ b/gui/themes/modern.ini @@ -266,7 +266,7 @@ use=scummmain globaloptions=insetX insetY insetW insetH set_parent=globaloptions vBorder=optionsVPad -globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder) +globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16) # graphics tab opYoffset=vBorder @@ -307,7 +307,7 @@ vBorder=gameOptionsOverrideVPad gox=10 gow=(parent.w - gox - 25) -gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - 2 * vBorder) +gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16) # game tab opYoffset=optionsVPad -- cgit v1.2.3