Skip to content

Commit

Permalink
Setup Dialog - Fix bottom of letters cut off (LMMS#4483)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine authored and tresf committed Jul 28, 2018
1 parent bc2530c commit 974d00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/SetupDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 974d00c

Please sign in to comment.