CPU usage description needs additional spacing (#2757)
This commit is contained in:
parent
ab3fc31b51
commit
d19f6e4587
@ -428,7 +428,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = {
|
||||
style: {
|
||||
marginLeft: '15px',
|
||||
},
|
||||
label: <p>lowest</p>,
|
||||
label: 'lowest',
|
||||
},
|
||||
1: '',
|
||||
2: '',
|
||||
@ -437,7 +437,7 @@ export const ENCODER_PRESET_SLIDER_MARKS = {
|
||||
style: {
|
||||
marginLeft: '-15px',
|
||||
},
|
||||
label: <p>highest</p>,
|
||||
label: 'highest',
|
||||
},
|
||||
};
|
||||
export const ENCODER_PRESET_TOOLTIPS = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user