]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/layout.cxx
Merge branch 'maint' into next
[flightgear.git] / src / GUI / layout.cxx
index aeec747c657ab9de237ba446572f3d924edde68c..5bfd3524340ea1b8118def305388851e4847967c 100644 (file)
@@ -72,7 +72,8 @@ void LayoutWidget::calcPrefSize(int* w, int* h)
         *w = *h = 17*UNIT;
         if(getBool("vertical")) *w = 4*UNIT;
         else                    *h = 4*UNIT;
-    } else if (isType("list") || isType("airport-list") || isType("dial")) {
+    } else if (isType("list") || isType("airport-list")
+            || isType("property-list") || isType("dial")) {
         *w = *h = 12*UNIT;
     } else if (isType("hrule")) {
         *h = 1;