There was an error while loading. Please reload this page.
1 parent 874236f commit 86ac887Copy full SHA for 86ac887
1 file changed
Source/Sidebar/CommandInput.h
@@ -820,7 +820,7 @@ class CommandInput final
820
821
auto const clearBounds = bounds.removeFromRight(30).removeFromBottom(inputHeight);
822
clearButton.setBounds(clearBounds);
823
- commandInput.setBounds(bounds.withTrimmedLeft(consoleTargetLength + 4));
+ commandInput.setBounds(bounds.withTrimmedLeft(consoleTargetLength + 4).removeFromBottom(inputHeight));
824
}
825
826
void setConsoleTargetName(String const& target)
0 commit comments