@@ -330,7 +330,7 @@ const int infEdge = -200; // dB
330330const int barPad = 2 ; // px
331331const Rect gridPad (24 , 16 , 24 , 16 ); // px
332332
333- const Size displaySize (653 , 290 ); // px
333+ const Size displaySize (653 , 261 ); // px
334334
335335// grid frequencies, Hz, (second value specifies if the grid line is labeled)
336336// "decimal" grid:
@@ -422,13 +422,13 @@ struct Defaults
422422
423423 Defaults ()
424424 {
425- namespace p = parameters;
426- value[p::version] = presetVersion;
425+ namespace p = parameters;
426+ value[p::version] = presetVersion;
427427 value[p::display_] = 0 ;
428- value[p::x] = ~ 3333 ;
429- value[p::y] = ~ 3333 ;
430- value[p::w] = displaySize.w ;
431- value[p::h] = displaySize.h ;
428+ value[p::x] = 0 ;
429+ value[p::y] = 0 ;
430+ value[p::w] = displaySize.w ;
431+ value[p::h] = displaySize.h ;
432432
433433 Type v (value + SettingsIndex);
434434 v.defaults ();
@@ -463,7 +463,7 @@ struct Pref
463463const Pref prefs[PrefCount] =
464464{
465465 keepColors, 1 , " Keep current colors when loading presets" ,
466- smartDisplay, 1 , " Use presets to manage display size" ,
466+ smartDisplay, 0 , " Use presets to manage display size" ,
467467};
468468
469469// ............................................................................
0 commit comments