Skip to content

Commit

Permalink
update hvcc version; set scale tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Aug 9, 2023
1 parent ee291b5 commit 8b49309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
HVCC_VERSION: 82c5c3971eb77c8b508e3256abe00083662bf538
HVCC_VERSION: 424308377a8b0e4291e0bfda3bcf68ae9fd88f33

jobs:
linux-x86_64:
Expand Down
4 changes: 2 additions & 2 deletions override/HeavyDPF_WSTD_FL3NGR_UI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ class ImGuiPluginUI : public UI
auto LowMixHovered = ColorMix(LowColorHovered, YellowBr, flow, flow_mix);

// Sizes
auto scaleFactor = getScaleFactor();
auto scaleFactor = getScaleFactor();
const float hundred = 100 * scaleFactor;
const float seventy = 70 * scaleFactor;
const float knobWidth = 85 * scaleFactor;
const float toggleWidth = 20 * scaleFactor;
const float toggleWidth = 18 * scaleFactor;
const float eqText = 45 * scaleFactor;

// Steps
Expand Down

0 comments on commit 8b49309

Please sign in to comment.