mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-15 16:41:54 -05:00
Set default bookmark sash pos
This commit is contained in:
parent
5c89a0783d
commit
e971f551ad
@ -292,7 +292,7 @@ AppConfig::AppConfig() : configName("") {
|
||||
modemPropsCollapsed.store(false);
|
||||
mainSplit = -1;
|
||||
visSplit = -1;
|
||||
bookmarkSplit = -1;
|
||||
bookmarkSplit = 200;
|
||||
bookmarksVisible.store(true);
|
||||
|
||||
#ifdef USE_HAMLIB
|
||||
|
Loading…
Reference in New Issue
Block a user