~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to src/GUI/layout.cxx

  • Committer: Package Import Robot
  • Author(s): Ove Kaaven
  • Date: 2011-09-03 22:16:12 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20110903221612-2cjy0z7ztj5nkln5
Tags: 2.4.0-1
* New upstream release. Closes: #638588.
* Build-Depend on OpenSceneGraph 3.0, and the Subversion library.
* Recommend fgfs-scenery-base.
* Enable parallel builds (shorter compile times on multicore CPUs).
* Removed hack that tried to build without optimizations if
  building with optimizations fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        if(getBool("vertical")) *w = 4*UNIT;
81
81
        else                    *h = 4*UNIT;
82
82
    } else if (isType("list") || isType("airport-list")
83
 
            || isType("property-list") || isType("dial")) {
 
83
            || isType("property-list") || isType("dial") || isType("waypointlist")) {
84
84
        *w = *h = 12*UNIT;
85
85
    } else if (isType("hrule")) {
86
86
        *h = 1;