~ubuntu-branches/debian/sid/stella/sid

« back to all changes in this revision

Viewing changes to src/gui/UIDialog.cxx

  • Committer: Package Import Robot
  • Author(s): Stephen Kitt
  • Date: 2012-02-05 08:09:05 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20120205080905-9ej05rmkibowsm7j
Tags: 3.5.5-1
* New upstream version.
* Rewrite debian/copyright, using DEP-5 and updating for 2012.
* Update manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
//  SS  SS   tt   ee      ll   ll  aa  aa
9
9
//   SSSS     ttt  eeeee llll llll  aaaaa
10
10
//
11
 
// Copyright (c) 1995-2011 by Bradford W. Mott, Stephen Anthony
 
11
// Copyright (c) 1995-2012 by Bradford W. Mott, Stephen Anthony
12
12
// and the Stella Team
13
13
//
14
14
// See the file "License.txt" for information on usage and redistribution of
15
15
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
16
16
//
17
 
// $Id: UIDialog.cxx 2264 2011-08-16 13:38:34Z stephena $
 
17
// $Id: UIDialog.cxx 2343 2012-01-08 16:55:10Z stephena $
18
18
//
19
19
//   Based on code from ScummVM - Scumm Interpreter
20
20
//   Copyright (C) 2002-2004 The ScummVM project
173
173
  myDebuggerHeightSlider = new SliderWidget(myTab, font, xpos, ypos, pwidth,
174
174
                                            lineHeight, "Debugger Height: ",
175
175
                                            lwidth, kDHeightChanged);
176
 
  myDebuggerHeightSlider->setMinValue(620);
 
176
  myDebuggerHeightSlider->setMinValue(700);
177
177
  myDebuggerHeightSlider->setMaxValue(1200);
178
178
  myDebuggerHeightSlider->setStepValue(10);
179
179
  wid.push_back(myDebuggerHeightSlider);
381
381
    case 1:  // Debugger options
382
382
      myDebuggerWidthSlider->setValue(1050);
383
383
      myDebuggerWidthLabel->setValue(1050);
384
 
      myDebuggerHeightSlider->setValue(690);
385
 
      myDebuggerHeightLabel->setValue(690);
 
384
      myDebuggerHeightSlider->setValue(700);
 
385
      myDebuggerHeightLabel->setValue(700);
386
386
      break;
387
387
 
388
388
    case 2:  // Misc. options