1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 21:34:11 +02:00

Fix status bar button overlap with selection info

This commit is contained in:
Brian Fiete 2022-12-13 17:59:57 -05:00
parent ff82577ae9
commit b4dc3039fc

View file

@ -113,7 +113,7 @@ namespace IDE.ui
void ResizeComponents() void ResizeComponents()
{ {
int btnLeft = gApp.mSettings.mEnableDevMode ? GS!(380) : GS!(300); int btnLeft = GS!(380);
mConfigComboBox.Resize(mWidth - btnLeft, GS!(0), GS!(120), GS!(24)); mConfigComboBox.Resize(mWidth - btnLeft, GS!(0), GS!(120), GS!(24));
mPlatformComboBox.Resize(mWidth - btnLeft - GS!(120), GS!(0), GS!(120), GS!(24)); mPlatformComboBox.Resize(mWidth - btnLeft - GS!(120), GS!(0), GS!(120), GS!(24));