]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/layout.cxx
Some autopilot fixes
[flightgear.git] / src / GUI / layout.cxx
index f9581b3d5503a957313a340b7ec867960bbbfe40..b6fa5ab8f44926c56307f5056926fe72b65d2432 100644 (file)
@@ -80,7 +80,7 @@ void LayoutWidget::calcPrefSize(int* w, int* h)
         if(getBool("vertical")) *w = 4*UNIT;
         else                    *h = 4*UNIT;
     } else if (isType("list") || isType("airport-list")
-            || isType("property-list") || isType("dial")) {
+            || isType("property-list") || isType("dial") || isType("waypointlist")) {
         *w = *h = 12*UNIT;
     } else if (isType("hrule")) {
         *h = 1;