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