From 9edf7b97690aab9a6d13f2f87addbe321e1e565a Mon Sep 17 00:00:00 2001 From: bsnesFan <79463574+bsnesFan@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:09:06 +0100 Subject: [PATCH] Update settings.hpp --- bsnes/target-bsnes/settings/settings.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bsnes/target-bsnes/settings/settings.hpp b/bsnes/target-bsnes/settings/settings.hpp index 8a6caca1..1f208946 100644 --- a/bsnes/target-bsnes/settings/settings.hpp +++ b/bsnes/target-bsnes/settings/settings.hpp @@ -349,6 +349,9 @@ public: Label cpuLabel{&overclockingLayout, Size{0, 0}}; Label cpuValue{&overclockingLayout, Size{50_sx, 0}}; HorizontalSlider cpuClock{&overclockingLayout, Size{~0, 0}}; + // + Widget spacer{this, Size{~0, ~0}}; + Label note{this, Size{~0, 0}}; Canvas overclockingSpacer{this, Size{~0, 1}}; // Label sa1Label{&overclockingLayout, Size{0, 0}}; @@ -385,10 +388,8 @@ public: Canvas coprocessorSpacer{this, Size{~0, 1}}; // Label gameLabel{this, Size{~0, 0}, 2}; - CheckLabel hotfixes{this, Size{0, 0}}; - // - Widget spacer{this, Size{~0, ~0}}; - Label note{this, Size{~0, 0}}; + CheckLabel hotfixes{this, Size{0, 0}}; + Canvas hotfixesSpacer{this, Size{~0, 1}}; // Label ppuModeLabel{this, Size{~0, 0}, 0}; Label ppuModeRequirements{this, Size{~0, 0}};