Skip to content

Commit

Permalink
Corrected width of utilization pie. Fixes #693.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Sep 15, 2023
1 parent 2e0961e commit 5bf7b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalene/scalene-gui/scalene-gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ function makeGPUPie(util) {
autosize: {
contains: "padding",
},
width: 100,
width: 30,
height: 20,
padding: 0,
data: {
Expand Down

0 comments on commit 5bf7b50

Please sign in to comment.