From 1d2d8cd38bb2a759c2153738ba9b73589a994055 Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Sat, 5 Sep 2015 21:54:17 +0100 Subject: [PATCH] gui: Don't set min widths for Framelimiter/skip panels It causes weird behaviour at higher DPIs. --- pcsx2/gui/Panels/VideoPanel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pcsx2/gui/Panels/VideoPanel.cpp b/pcsx2/gui/Panels/VideoPanel.cpp index d9dd111b87..a6f6b55afd 100644 --- a/pcsx2/gui/Panels/VideoPanel.cpp +++ b/pcsx2/gui/Panels/VideoPanel.cpp @@ -29,8 +29,6 @@ using namespace pxSizerFlags; Panels::FramelimiterPanel::FramelimiterPanel( wxWindow* parent ) : BaseApplicableConfigPanel_SpecificConfig( parent ) { - SetMinWidth( 280 ); - m_check_LimiterDisable = new pxCheckBox( this, _("Disable Framelimiting"), _("Useful for running benchmarks. Toggle this option in-game by pressing F4.") ); @@ -169,8 +167,6 @@ void Panels::FramelimiterPanel::Apply() Panels::FrameSkipPanel::FrameSkipPanel( wxWindow* parent ) : BaseApplicableConfigPanel_SpecificConfig( parent ) { - SetMinWidth( 350 ); - const RadioPanelItem FrameskipOptions[] = { RadioPanelItem(