Tighten up RemoteLibrarySettingsLayout

This commit is contained in:
Casey Langen 2020-10-11 11:05:57 -07:00
parent cbbb6072a8
commit f6ce730a4f

View File

@ -334,7 +334,7 @@ void SettingsLayout::OnLayout() {
}
else {
this->localLibraryLayout->Hide();
this->remoteLibraryLayout->MoveAndResize(2, 3, cx - 4, 6);
this->remoteLibraryLayout->MoveAndResize(2, 3, cx - 4, 5);
libraryLayout = this->remoteLibraryLayout;
}
libraryLayout->Show();