Setup Dialog - Fix bottom of letters cut off (#4483)

This commit is contained in:
Oskar Wallgren
2018-07-28 20:07:21 +02:00
committed by Tres Finocchiaro
parent 112d34226a
commit b9634fa672

View File

@@ -188,7 +188,7 @@ SetupDialog::SetupDialog( ConfigTabs _tab_to_open ) :
SLOT( setBufferSize( int ) ) );
m_bufSizeLbl = new QLabel( bufsize_tw );
m_bufSizeLbl->setGeometry( 10, 40, 200, 24 );
m_bufSizeLbl->setGeometry( 10, 40, 200, 32 );
setBufferSize( m_bufSizeSlider->value() );
QPushButton * bufsize_reset_btn = new QPushButton(