We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7df20 commit dcc246eCopy full SHA for dcc246e
1 file changed
src/util/ui/src/WhackButton.cpp
@@ -25,7 +25,7 @@ class WhackButton::Impl final {
25
int inputCount = 0;
26
int inputTarget = s_severities.size();
27
28
- float scale = randng::get(0.875f, 0.5f);
+ float scale = randng::get(0.875f, 0.625f);
29
30
Button* button = nullptr;
31
ProgressBar* countdown = nullptr;
0 commit comments