diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index a5071ee444..e045331686 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -94,10 +94,10 @@ void main_window::Init() // for highdpi resize toolbar icons and height dynamically // choose factors to mimic Gui-Design in main_window.ui - const int toolBarHeight = menuBar()->sizeHint().height() * 2; + const int toolBarHeight = menuBar()->sizeHint().height() * 1.5; ui->toolBar->setIconSize(QSize(toolBarHeight, toolBarHeight)); ui->sizeSliderContainer->setFixedWidth(toolBarHeight * 5); - ui->sizeSlider->setFixedHeight(toolBarHeight * 0.625f); + ui->sizeSlider->setFixedHeight(toolBarHeight * 0.65f); CreateActions(); CreateDockWindows();