Просмотр исходного кода

Fix status bar button overlap with selection info

Brian Fiete 2 лет назад
Родитель
Сommit
b4dc3039fc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      IDE/src/ui/StatusBar.bf

+ 1 - 1
IDE/src/ui/StatusBar.bf

@@ -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));