Ticket #8704: clean_modern.patch
File clean_modern.patch, 17.7 KB (added by , 17 years ago) |
---|
-
gui/themes/modern.ini
185 185 def_insetW=(w - buttonWidth - 17 * 2 - insetX) 186 186 def_insetH=(h - 23 - insetY) 187 187 def_optionsVPad=20 188 def_ gameOptionsLabelWidth=90188 def_optionsLabelWidth=110 189 189 def_gameOptionsOverrideVPad=20 190 def_tabPopupsLabelW= 110190 def_tabPopupsLabelW=optionsLabelWidth 191 191 def_aboutXOff=8 192 192 def_aboutYOff=5 193 193 def_aboutOuterBorder=80 … … 196 196 def_scummmainVAddOff=5 197 197 def_scummhelpW=370 198 198 def_scummhelpX=((w - scummhelpW) / 2) 199 def_midiControlsSpacing=4200 199 def_launcherVersionX=(w / 2 - 283 / 2 - 90) 201 200 def_launcherVersionY=21 202 201 202 def_xSeparation=10 203 def_ySeparation=10 204 def_xBorder=15 205 203 206 use=pixmaps 204 207 use=colors 205 208 use=gradients … … 214 217 ListWidget.hlRightPadding=0 215 218 PopUpWidget.leftPadding=7 216 219 PopUpWidget.rightPadding=5 217 PopUpWidget.labelSpacing= 3220 PopUpWidget.labelSpacing=xSeparation 218 221 EditTextWidget.font=kFontStyleNormal 219 222 EditTextWidget.leftPadding=7 220 223 EditTextWidget.rightPadding=5 … … 245 248 launcher_logo.visible=true 246 249 space1=20 247 250 space2=5 248 launcher_list=insetX insetY (w - buttonWidth - 17 * 2 - self.x) (h - 23 - self.y)251 launcher_list=insetX insetY insetW insetH 249 252 launcher_start_button=(prev.x2 + 17) prev.y buttonWidth buttonHeight 250 253 launcher_addGame_button=prev.x (prev.y2 + space1) prev.w prev.h 251 254 launcher_editGame_button=prev.x (prev.y2 + space2) prev.w prev.h … … 260 263 globaloptions=insetX insetY insetW insetH 261 264 set_parent=globaloptions 262 265 vBorder=optionsVPad 263 globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)266 globaloptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - ySeparation) 264 267 265 268 # graphics tab 266 269 opYoffset=vBorder … … 283 286 # paths tab 284 287 yoffset=vBorder 285 288 glOff=((buttonHeight - kLineHeight) / 2 + 2) 286 globaloptions_savebutton= 10yoffset buttonWidth buttonHeight287 globaloptions_savepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight288 yoffset=(yoffset + buttonHeight + 8)289 globaloptions_extrabutton= 10yoffset buttonWidth buttonHeight290 globaloptions_extrapath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight291 yoffset=(yoffset + buttonHeight + 8)292 globaloptions_themebutton= 10yoffset buttonWidth buttonHeight293 globaloptions_themepath=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight294 yoffset=(yoffset + buttonHeight + 12)295 globaloptions_keysbutton= 5yoffset buttonWidth buttonHeight289 globaloptions_savebutton=xBorder yoffset buttonWidth buttonHeight 290 globaloptions_savepath=(prev.x2 + xSeparation) (yoffset + glOff) (parent.w - self.x - xBorder) kLineHeight 291 yoffset=(yoffset + buttonHeight + ySeparation) 292 globaloptions_extrabutton=xBorder yoffset buttonWidth buttonHeight 293 globaloptions_extrapath=(prev.x2 + xSeparation) (yoffset + glOff) (parent.w - self.x - xBorder) kLineHeight 294 yoffset=(yoffset + buttonHeight + ySeparation) 295 globaloptions_themebutton=xBorder yoffset buttonWidth buttonHeight 296 globaloptions_themepath=(prev.x2 + xSeparation) (yoffset + glOff) (parent.w - self.x - xBorder) kLineHeight 297 yoffset=(yoffset + buttonHeight + ySeparation) 298 globaloptions_keysbutton=xBorder yoffset buttonWidth buttonHeight 296 299 297 300 # Misc options 298 301 yoffset=vBorder 299 302 glOff=((buttonHeight - kLineHeight) / 2 + 2) 300 globaloptions_themebutton2= 10yoffset buttonWidth buttonHeight301 globaloptions_curtheme=(prev.x2 + 20) (yoffset + glOff) (parent.w - (prev.w + 20) - 10) kLineHeight302 yoffset=(yoffset + buttonHeight + 12)303 globaloptions_autosaveperiod= 10 yoffset (parent.w - 10 - 25) kPopUpHeight303 globaloptions_themebutton2=xBorder yoffset buttonWidth buttonHeight 304 globaloptions_curtheme=(prev.x2 + xSeparation) (yoffset + glOff) (parent.w - self.x - xBorder) kLineHeight 305 yoffset=(yoffset + buttonHeight + ySeparation) 306 globaloptions_autosaveperiod=xBorder yoffset (parent.w - self.x - xBorder) kPopUpHeight 304 307 305 globaloptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight306 globaloptions_ok=(prev.x2 + 10) prev.y prev.w prev.h308 globaloptions_cancel=(parent.w - 2 * buttonWidth - xSeparation - xBorder) (parent.h - buttonHeight - 8) buttonWidth buttonHeight 309 globaloptions_ok=(prev.x2 + xSeparation) prev.y prev.w prev.h 307 310 308 311 ### game options 309 312 gameoptions=insetX insetY insetW insetH 310 313 set_parent=gameoptions 311 314 vBorder=gameOptionsOverrideVPad 312 gox= 10313 gow=(parent.w - gox - 25)315 gox=xBorder 316 gow=(parent.w - gox - xBorder) 314 317 315 gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 16)318 gameoptions_tabwidget=0 0 parent.w (parent.h - buttonHeight - 8 - ySeparation) 316 319 317 320 # game tab 318 321 opYoffset=optionsVPad 319 gameoptions_id=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight 322 glOff=((kPopUpHeight - kLineHeight) / 2 + 2) 323 gameoptions_id=gox (opYoffset + glOff) optionsLabelWidth kLineHeight 320 324 gameoptions_id.align=kTextAlignRight 321 gameoptions_domain= prev.x2 (prev.y - 1) (gow - prev.w) kPopUpHeight322 opYoffset=(opYoffset + kLineHeight + 12)323 gameoptions_name=gox (opYoffset + 2) gameOptionsLabelWidth kLineHeight325 gameoptions_domain=(prev.x2 + xSeparation) opYoffset (parent.w - self.x - xBorder) kPopUpHeight 326 opYoffset=(opYoffset + prev.h + ySeparation) 327 gameoptions_name=gox (opYoffset + glOff) optionsLabelWidth kLineHeight 324 328 gameoptions_name.align=kTextAlignRight 325 gameoptions_desc= prev.x2 (prev.y - 1) (gow - prev.w) kPopUpHeight326 opYoffset=(opYoffset + kLineHeight + 15)327 gameoptions_lang=gox (opYoffset - 1) gowkPopUpHeight328 opYoffset=(opYoffset + kLineHeight + 12)329 gameoptions_desc=(prev.x2 + xSeparation) opYoffset (parent.w - self.x - xBorder) kPopUpHeight 330 opYoffset=(opYoffset + prev.h + ySeparation) 331 gameoptions_lang=gox opYoffset (parent.w - self.x - xBorder) kPopUpHeight 332 opYoffset=(opYoffset + prev.h + ySeparation) 329 333 gameoptions_platform=prev.x opYoffset prev.w prev.h 330 opYoffset=(opYoffset + kLineHeight + 8)334 opYoffset=(opYoffset + prev.h + ySeparation) 331 335 332 336 # paths tab 333 337 opYoffset=optionsVPad 334 338 goOff=((buttonHeight - kLineHeight) / 2 + 2) 335 339 gameoptions_savepath=gox opYoffset buttonWidth buttonHeight 336 gameoptions_savepathText=(prev.x2 + 20) (opYoffset + goOff) (parent.w - self.x - 10) kLineHeight337 opYoffset=(opYoffset + buttonHeight + 8)340 gameoptions_savepathText=(prev.x2 + xSeparation) (opYoffset + goOff) (parent.w - self.x - xBorder) kLineHeight 341 opYoffset=(opYoffset + buttonHeight + ySeparation) 338 342 gameoptions_extrapath=gox opYoffset buttonWidth buttonHeight 339 gameoptions_extrapathText=(prev.x2 + 20) (opYoffset + goOff) (parent.w - self.x - 10) kLineHeight340 opYoffset=(opYoffset + buttonHeight + 8)343 gameoptions_extrapathText=(prev.x2 + xSeparation) (opYoffset + goOff) (parent.w - self.x - xBorder) kLineHeight 344 opYoffset=(opYoffset + buttonHeight + ySeparation) 341 345 gameoptions_gamepath=gox opYoffset buttonWidth buttonHeight 342 gameoptions_gamepathText=(prev.x2 + 20) (opYoffset + goOff) (parent.w - self.x - 10) kLineHeight343 opYoffset=(opYoffset + buttonHeight + 8)346 gameoptions_gamepathText=(prev.x2 + xSeparation) (opYoffset + goOff) (parent.w - self.x - xBorder) kLineHeight 347 opYoffset=(opYoffset + buttonHeight + ySeparation) 344 348 345 349 # graphics tab 346 350 opYoffset=vBorder 347 351 opXoffset=gox 348 gameoptions_graphicsCheckbox=gox opYoffset (parent.w - gox - 5) buttonHeight349 opYoffset=( opYoffset + buttonHeight + 6)352 gameoptions_graphicsCheckbox=gox opYoffset (parent.w - gox - xBorder) buttonHeight 353 opYoffset=(prev.y2 + ySeparation) 350 354 useWithPrefix=graphicsControls gameoptions_ 351 355 352 356 # audio tab 353 357 opYoffset=vBorder 354 gameoptions_audioCheckbox=gox opYoffset (parent.w - gox - 5) buttonHeight355 opYoffset=( opYoffset + buttonHeight + 6)358 gameoptions_audioCheckbox=gox opYoffset (parent.w - gox - xBorder) buttonHeight 359 opYoffset=(prev.y2 + ySeparation) 356 360 useWithPrefix=audioControls gameoptions_ 357 361 useWithPrefix=subtitleControls gameoptions_ 358 362 359 363 # volume tab 360 364 opYoffset=vBorder 361 gameoptions_volumeCheckbox=gox opYoffset (parent.w - gox - 5) buttonHeight362 opYoffset=( opYoffset + buttonHeight + 6)365 gameoptions_volumeCheckbox=gox opYoffset (parent.w - gox - xBorder) buttonHeight 366 opYoffset=(prev.y2 + ySeparation) 363 367 useWithPrefix=volumeControls gameoptions_ 364 368 365 369 # midi tab 366 370 opYoffset=vBorder 367 gameoptions_midiCheckbox=gox opYoffset (parent.w - gox - 5) buttonHeight368 opYoffset=( opYoffset + buttonHeight + 6)371 gameoptions_midiCheckbox=gox opYoffset (parent.w - gox - xBorder) buttonHeight 372 opYoffset=(prev.y2 + ySeparation) 369 373 useWithPrefix=midiControls gameoptions_ 370 374 371 gameoptions_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight372 gameoptions_ok=(prev.x2 + 10) prev.y prev.w prev.h375 gameoptions_cancel=(parent.w - 2 * buttonWidth - xSeparation - xBorder) (parent.h - buttonHeight - 8) buttonWidth buttonHeight 376 gameoptions_ok=(prev.x2 + xSeparation) prev.y prev.w prev.h 373 377 374 378 ### keys dialog 375 379 keysdialog=(w / 20) (h / 10) (w - w / 10) (h - h / 5) … … 386 390 ### mass add dialog 387 391 massadddialog=10 20 300 174 388 392 set_parent=massadddialog 389 massadddialog_caption= 10 (10 + 1 * kLineHeight) (parent.w - 2*10) kLineHeight393 massadddialog_caption=xBorder (10 + 1 * kLineHeight) (parent.w - 2 * xBorder) kLineHeight 390 394 massadddialog_caption.align=kTextAlignCenter 391 massadddialog_dirprogress= 10(10 + 3 * kLineHeight) prev.w prev.h395 massadddialog_dirprogress=xBorder (10 + 3 * kLineHeight) prev.w prev.h 392 396 massadddialog_dirprogress.align=kTextAlignCenter 393 massadddialog_gameprogress= 10(10 + 4 * kLineHeight) prev.w prev.h397 massadddialog_gameprogress=xBorder (10 + 4 * kLineHeight) prev.w prev.h 394 398 massadddialog_gameprogress.align=kTextAlignCenter 395 massadddialog_ok=((parent.w - (buttonWidth * 2) ) / 2) (parent.h - buttonHeight - 8) buttonWidth buttonHeight396 massadddialog_cancel=(prev.x2 + 10) prev.y prev.w prev.h399 massadddialog_ok=((parent.w - (buttonWidth * 2) - xSeparation) / 2) (parent.h - buttonHeight - ySeparation) buttonWidth buttonHeight 400 massadddialog_cancel=(prev.x2 + xSeparation) prev.y prev.w prev.h 397 401 398 402 399 403 ##### SCUMM dialogs … … 455 459 [chooser] 456 460 chooserW=insetW 457 461 chooser=insetX insetY chooserW opHeight 458 chooser_headline=10 6 (chooserW - 2 * 10) (kLineHeight) 459 chooser_list=10 (6 + kLineHeight + 2) prev.w (opHeight - self.y - buttonHeight - 12) 460 chooser_cancel=(chooserW - 2 * (buttonWidth + 10)) (opHeight - buttonHeight - 8) buttonWidth buttonHeight 461 chooser_ok=(prev.x2 + 10) prev.y prev.w prev.h 462 chooser_headline=xBorder 6 (chooserW - 2 * xBorder) kLineHeight 463 chooser_list=prev.x (prev.y2 + 2) prev.w (opHeight - self.y - buttonHeight - 12) 464 #JVPRAT: next Y doesn't seem right 465 chooser_cancel=(chooserW - 2 * buttonWidth - xSeparation - xBorder) (opHeight - buttonHeight - 8) buttonWidth buttonHeight 466 chooser_ok=(prev.x2 + xSeparation) prev.y prev.w prev.h 462 467 463 468 [browser] 464 469 browser=insetX insetY insetW insetH 465 470 set_parent=browser 466 browser_headline= 10 5 (parent.w - 2 * 10) kLineHeight471 browser_headline=xBorder 5 (parent.w - 2 * xBorder) kLineHeight 467 472 browser_headline.align=kTextAlignCenter 468 browser_path=10 (prev.y2 + 5) prev.w prev.h 469 browser_list=10 prev.y2 prev.w (parent.h - 3 * kLineHeight - buttonHeight - 14) 470 browser_up=10 (parent.h - buttonHeight - 8) buttonWidth buttonHeight 471 browser_cancel=(parent.w - 2 * (buttonWidth + 10)) (parent.h - buttonHeight - 8) buttonWidth buttonHeight 472 browser_choose=(prev.x2 + 10) prev.y prev.w prev.h 473 browser_path=prev.x (prev.y2 + 5) prev.w prev.h 474 browser_list=prev.x prev.y2 prev.w (parent.h - 3 * kLineHeight - buttonHeight - 14) 475 browser_up=prev.x (parent.h - buttonHeight - 8) buttonWidth buttonHeight 476 #JVPRAT: doesn't it lack insetx?: 477 browser_cancel=(parent.w - 2 * buttonWidth - xSeparation - xBorder) (parent.h - buttonHeight - 8) buttonWidth buttonHeight 478 browser_choose=(prev.x2 + xSeparation) prev.y prev.w prev.h 473 479 474 480 [graphicsControls] 475 gcx=(opXoffset + 10) 476 gcw=(parent.w - gcx - 25) 477 grModePopup=(gcx - 5) (opYoffset - 1) (gcw + 5) kPopUpHeight 478 opYoffset=(opYoffset + kLineHeight + 12) 481 gcx=(opXoffset + xBorder) 482 grModePopup=gcx opYoffset (parent.w - self.x - xBorder) kPopUpHeight 483 opYoffset=(prev.y2 + ySeparation) 479 484 grRenderPopup=prev.x (opYoffset - 1) prev.w prev.h 480 opYoffset=( opYoffset + kLineHeight + 16)481 grFullscreenCheckbox=gcx opYoffset (parent.w - gcx - 5) buttonHeight482 opYoffset=( opYoffset + buttonHeight + 4)485 opYoffset=(prev.y2 + ySeparation) 486 grFullscreenCheckbox=gcx opYoffset (parent.w - gcx - xBorder) kLineHeight 487 opYoffset=(prev.y2 + ySeparation) 483 488 grAspectCheckbox=prev.x opYoffset prev.w prev.h 484 opYoffset=( opYoffset + buttonHeight + 4)489 opYoffset=(prev.y2 + ySeparation) 485 490 486 491 [audioControls] 487 aux=(opXoffset + 10) 488 auw=(parent.w - aux - 30) 489 auMidiPopup=(aux) (opYoffset - 1) (auw + 5) kPopUpHeight 490 opYoffset=(opYoffset + buttonHeight + 4) 491 auSampleRatePopup=(aux) (opYoffset - 1) (auw + 5) kPopUpHeight 492 opYoffset=(opYoffset + buttonHeight + 4) 492 aux=(opXoffset + xBorder) 493 auMidiPopup=aux opYoffset (parent.w - self.x - xBorder) kPopUpHeight 494 opYoffset=(opYoffset + prev.h + ySeparation) 495 auSampleRatePopup=aux (opYoffset - 1) prev.w kPopUpHeight 496 opYoffset=(opYoffset + prev.h + ySeparation) 493 497 494 498 [volumeControls] 495 vctextw=110 496 vcxoff=(opXoffset + vctextw + 10) 497 vcx=(opXoffset + 10) 498 vcMusicText=vcx (opYoffset + 2) vctextw kLineHeight 499 vcx=(opXoffset + xBorder) 500 vcOff=((sliderHeight - kLineHeight) / 2 + 2) 501 vcMusicText=vcx (opYoffset + vcOff) optionsLabelWidth kLineHeight 499 502 vcMusicText.align=kTextAlignRight 500 vcMusicSlider= vcxoffopYoffset sliderWidth sliderHeight501 vcMusicLabel=( vcxoff + prev.w + 10) (opYoffset + 2) 24 kLineHeight502 opYoffset=(opYoffset + sliderHeight + 8)503 vcSfxText=vcx (opYoffset + 2) vctextwkLineHeight503 vcMusicSlider=(prev.x2 + xSeparation) opYoffset sliderWidth sliderHeight 504 vcMusicLabel=(prev.x2 + xSeparation) (opYoffset + vcOff) 24 kLineHeight 505 opYoffset=(opYoffset + sliderHeight + ySeparation) 506 vcSfxText=vcx (opYoffset + vcOff) optionsLabelWidth kLineHeight 504 507 vcSfxText.align=kTextAlignRight 505 vcSfxSlider= vcxoffopYoffset sliderWidth sliderHeight506 vcSfxLabel=( vcxoff + prev.w + 10) (opYoffset + 2) 24 kLineHeight507 opYoffset=(opYoffset + sliderHeight + 8)508 vcSpeechText=vcx (opYoffset + 2) vctextwkLineHeight508 vcSfxSlider=(prev.x2 + xSeparation) opYoffset sliderWidth sliderHeight 509 vcSfxLabel=(prev.x2 + xSeparation) (opYoffset + vcOff) 24 kLineHeight 510 opYoffset=(opYoffset + sliderHeight + ySeparation) 511 vcSpeechText=vcx (opYoffset + vcOff) optionsLabelWidth kLineHeight 509 512 vcSpeechText.align=kTextAlignRight 510 vcSpeechSlider= vcxoffopYoffset sliderWidth sliderHeight511 vcSpeechLabel=( vcxoff + prev.w + 10) (opYoffset + 2) 24 kLineHeight512 opYoffset=(opYoffset + sliderHeight + 12)513 vcSpeechSlider=(prev.x2 + xSeparation) opYoffset sliderWidth sliderHeight 514 vcSpeechLabel=(prev.x2 + xSeparation) (opYoffset + vcOff) 24 kLineHeight 515 opYoffset=(opYoffset + sliderHeight + ySeparation) 513 516 514 517 [midiControls] 515 mcx=(opXoffset + 10)518 mcx=(opXoffset + xBorder) 516 519 mcOff=((buttonHeight - kLineHeight) / 2 + 2) 517 520 mcFontButton=mcx opYoffset buttonWidth buttonHeight 518 mcFontPath=(prev.x2 + 20) (opYoffset + mcOff) (parent.w - (buttonWidth + 20) - mcx - kLineHeight - 20) kLineHeight 519 mcFontClearButton=(prev.x2 + 10) (opYoffset + mcOff) kLineHeight kLineHeight 520 opYoffset=(opYoffset + buttonHeight + 6 * midiControlsSpacing) 521 mcMixedCheckbox=mcx opYoffset (parent.w - mcx - 5) buttonHeight 522 opYoffset=(opYoffset + buttonHeight + midiControlsSpacing) 523 mcMt32Checkbox=mcx opYoffset prev.w buttonHeight 524 opYoffset=(opYoffset + buttonHeight + midiControlsSpacing) 525 mcGSCheckbox=mcx opYoffset prev.w buttonHeight 526 opYoffset=(opYoffset + buttonHeight + midiControlsSpacing) 527 mcMidiGainText=mcx (opYoffset + 2) 80 kLineHeight 521 mcFontPath=(prev.x2 + xSeparation) (opYoffset + mcOff) (parent.w - self.x - xSeparation - kLineHeight - xBorder) kLineHeight 522 mcFontClearButton=(prev.x2 + xSeparation) prev.y kLineHeight kLineHeight 523 opYoffset=(opYoffset + buttonHeight + ySeparation) 524 mcMixedCheckbox=mcx opYoffset (parent.w - self.x - xBorder) kLineHeight 525 opYoffset=(opYoffset + prev.h + ySeparation) 526 mcMt32Checkbox=mcx opYoffset prev.w kLineHeight 527 opYoffset=(opYoffset + prev.h + ySeparation) 528 mcGSCheckbox=mcx opYoffset prev.w kLineHeight 529 opYoffset=(opYoffset + prev.h + ySeparation) 530 mcOff=((sliderHeight - kLineHeight) / 2 + 2) 531 mcMidiGainText=mcx (opYoffset + mcOff) optionsLabelWidth kLineHeight 528 532 mcMidiGainText.align=kTextAlignRight 529 mcMidiGainSlider=(prev.x2 + 10) opYoffset sliderWidth sliderHeight530 mcMidiGainLabel=(prev.x2 + 10) (opYoffset + 2) 40 kLineHeight531 opYoffset=(opYoffset + sliderHeight + midiControlsSpacing)533 mcMidiGainSlider=(prev.x2 + xSeparation) opYoffset sliderWidth sliderHeight 534 mcMidiGainLabel=(prev.x2 + xSeparation) (opYoffset + mcOff) 40 kLineHeight 535 opYoffset=(opYoffset + sliderHeight + ySeparation) 532 536 533 537 [subtitleControls] 534 sbx=(opXoffset + 10) 535 sbtextw=110 536 sbYoff=(buttonHeight / 8) 537 sbOff=((sliderHeight - kLineHeight) / 2) 538 opYoffset=(opYoffset + sbYoff) 539 subToggleDesc=sbx (opYoffset + sbYoff) sbtextw buttonHeight 538 sbx=(opXoffset + xBorder) 539 sbOff=((sliderHeight - kLineHeight) / 2 + 2) 540 subToggleDesc=sbx (opYoffset + sbOff) optionsLabelWidth kLineHeight 540 541 subToggleDesc.align=kTextAlignRight 541 subToggleButton= prev.x2opYoffset (buttonWidth + 34) sliderHeight542 opYoffset=( opYoffset + buttonHeight + 6)543 subSubtitleSpeedDesc=sbx (opYoffset + sbOff) sbtextwkLineHeight542 subToggleButton=(prev.x2 + xSeparation) opYoffset (buttonWidth + 34) sliderHeight 543 opYoffset=(prev.y2 + ySeparation) 544 subSubtitleSpeedDesc=sbx (opYoffset + sbOff) optionsLabelWidth kLineHeight 544 545 subSubtitleSpeedDesc.align=kTextAlignRight 545 subSubtitleSpeedSlider= prev.x2opYoffset sliderWidth sliderHeight546 subSubtitleSpeedLabel=(prev.x2 + 10) (opYoffset + sbOff) 24 kLineHeight547 opYoffset=(opYoffset + sliderHeight + 8)546 subSubtitleSpeedSlider=(prev.x2 + xSeparation) opYoffset sliderWidth sliderHeight 547 subSubtitleSpeedLabel=(prev.x2 + xSeparation) (opYoffset + sbOff) 24 kLineHeight 548 opYoffset=(opYoffset + sliderHeight + ySeparation) 548 549 549 550 [scummmain] 550 551 ## Main dialog … … 593 594 def_insetH=(h - 13 - insetY) 594 595 def_launcherVersionX=50 595 596 def_launcherVersionY=5 596 def_midiControlsSpacing=2597 597 def_gameOptionsOverrideVPad=10 598 598 def_aboutXOff=3 599 599 def_aboutYOff=2