From de826932e4d4104d3675f8f077a9b94e0c441873 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut@gmail.com" Date: Sun, 15 May 2011 14:02:36 +0000 Subject: [PATCH] pcsx2 gui: better fit string into textbox on linux * increase a min panel size (skip when turbo string) * shorten ee cache string with a nice tooltip git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4654 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/gui/Panels/CpuPanel.cpp | 2 +- pcsx2/gui/Panels/VideoPanel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcsx2/gui/Panels/CpuPanel.cpp b/pcsx2/gui/Panels/CpuPanel.cpp index 2718148116..37e3534709 100644 --- a/pcsx2/gui/Panels/CpuPanel.cpp +++ b/pcsx2/gui/Panels/CpuPanel.cpp @@ -151,7 +151,7 @@ Panels::CpuPanelEE::CpuPanelEE( wxWindow* parent ) wxStaticBoxSizer& s_iop ( *new wxStaticBoxSizer( wxVERTICAL, this, L"IOP" ) ); s_ee += m_panel_RecEE | StdExpand(); - s_ee += m_check_EECacheEnable = new pxCheckBox( this, _("Enable EE Cache - Interpreter Only! (Slower)") ); + s_ee += m_check_EECacheEnable = &(new pxCheckBox( this, _("Enable EE Cache (Slower)") ))->SetToolTip(_("Interpreter only; provided for diagnostic")); s_iop += m_panel_RecIOP | StdExpand(); s_recs += s_ee | SubGroup(); diff --git a/pcsx2/gui/Panels/VideoPanel.cpp b/pcsx2/gui/Panels/VideoPanel.cpp index 4f8e50979b..59797ee4e3 100644 --- a/pcsx2/gui/Panels/VideoPanel.cpp +++ b/pcsx2/gui/Panels/VideoPanel.cpp @@ -172,7 +172,7 @@ void Panels::FramelimiterPanel::Apply() Panels::FrameSkipPanel::FrameSkipPanel( wxWindow* parent ) : BaseApplicableConfigPanel_SpecificConfig( parent ) { - SetMinWidth( 280 ); + SetMinWidth( 350 ); const RadioPanelItem FrameskipOptions[] = {