]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/sgVec3Slider.cxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / GUI / sgVec3Slider.cxx
index 3e2b40db00d347d36fd5ad9e7d82fcd423859749..454c7082e27749e3ff52d3885f64cf83c5b66871 100644 (file)
@@ -129,9 +129,9 @@ FloatSlider::FloatSlider ( int x, int y, int sz, float f, const char *title,
        setCBMode   ( PUSLIDER_DELTA ) ;
        strcpy      ( _title, title);
        setLabel    ( _title );
-       setLabelPlace ( PUPLACE_LOWER_LEFT );
+       setLabelPlace ( PUPLACE_LEFT );
        setLegend(_text);
-       // setLegendPlace( PUPLACE_LOWER_RIGHT );
+       // setLegendPlace( PUPLACE_RIGHT );
 }
 
 
@@ -211,9 +211,9 @@ FloatDial::FloatDial ( int x, int y, int sz, float f, const char *title,
        setCBMode   ( PUSLIDER_DELTA ) ;
        strcpy      ( _title, title);
        setLabel    ( _title );
-       setLabelPlace ( PUPLACE_LOWER_LEFT  );
+       setLabelPlace ( PUPLACE_LEFT  );
        setLegend(_text);
-       // setLegendPlace( PUPLACE_LOWER_RIGHT );
+       // setLegendPlace( PUPLACE_RIGHT );
 }
 
 
@@ -329,7 +329,7 @@ sgVec3Slider::sgVec3Slider ( int x, int y, sgVec3 cart, const char *title,
 
        new puFrame ( 0, 0, DialogWidth, DialogHeight );
 
-       setLabelPlace( PUPLACE_DEFAULT /*PUPLACE_CENTERED_CENTERED*/ );
+       setLabelPlace( PUPLACE_DEFAULT /*PUPLACE_CENTERED*/ );
        setLabel( Label );
 
         /* heading */