diff options
| author | JMC47 <JMC4789@gmail.com> | 2023-01-06 17:03:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-06 17:03:35 -0500 |
| commit | 2da39f7e00d01fbfc7ea2728231a6e52395f5b1e (patch) | |
| tree | 028fa07caf14086db76995921903b418cff640c9 /Source/Core/VideoCommon/PerformanceMetrics.cpp | |
| parent | cc14d60bbb9fd069e831bd3d84b8dc4fa1b3ddee (diff) | |
| parent | 588a72a4fc7eb46f161687d0828afd9703e618ee (diff) | |
Merge pull request #11409 from AdmiralCurtiss/performance-tracker-refactorings
Performance tracker refactorings extracted from PR #11348.
Diffstat (limited to 'Source/Core/VideoCommon/PerformanceMetrics.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PerformanceMetrics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PerformanceMetrics.cpp b/Source/Core/VideoCommon/PerformanceMetrics.cpp index 3b9cc81791..23e35623cb 100644 --- a/Source/Core/VideoCommon/PerformanceMetrics.cpp +++ b/Source/Core/VideoCommon/PerformanceMetrics.cpp @@ -134,7 +134,7 @@ void PerformanceMetrics::DrawImGuiStats(const float backbuffer_scale) const ImPlot::PushStyleColor(ImPlotCol_PlotBg, {0, 0, 0, 0}); ImPlot::PushStyleColor(ImPlotCol_LegendBg, {0, 0, 0, 0.2f}); ImPlot::PushStyleVar(ImPlotStyleVar_FitPadding, ImVec2(0.f, 0.f)); - ImPlot::PushStyleVar(ImPlotStyleVar_LineWeight, 3.f); + ImPlot::PushStyleVar(ImPlotStyleVar_LineWeight, 1.5f * backbuffer_scale); ImPlot::SetupAxes(nullptr, nullptr, ImPlotAxisFlags_Lock | ImPlotAxisFlags_Invert | ImPlotAxisFlags_NoDecorations | ImPlotAxisFlags_NoHighlight, |
