mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix status bar button overlap with selection info
This commit is contained in:
parent
ff82577ae9
commit
b4dc3039fc
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ namespace IDE.ui
|
|||
|
||||
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));
|
||||
mPlatformComboBox.Resize(mWidth - btnLeft - GS!(120), GS!(0), GS!(120), GS!(24));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue