public override void Resize(int width, int height) { base.Resize(width, height); bottomRightLayout.Pack(374); bottomLeftLayout.Pack(WidgetManager.Size.X - bottomRightLayout.Width); settingsMenu.Pack(bottomRightLayout.Width - 24, WidgetManager.Root.Height - bottomRightLayout.Height - 16); effectsList.Pack(bottomRightLayout.Width - 24, WidgetManager.Root.Height - bottomRightLayout.Height - 16); layersList.Pack(bottomRightLayout.Width - 24, WidgetManager.Root.Height - bottomRightLayout.Height - 16); effectConfigUi.Pack(bottomRightLayout.Width, WidgetManager.Root.Height - bottomLeftLayout.Height - 16); resizeStoryboard(); }