mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-30 15:32:37 +00:00
Tighten up RemoteLibrarySettingsLayout
This commit is contained in:
parent
cbbb6072a8
commit
f6ce730a4f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user