File tree 1 file changed +4
-9
lines changed 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import {
9
9
Dropdown ,
10
10
FontSelector ,
11
11
Numeric ,
12
+ NumericFraction ,
12
13
NumericFractionDomain ,
13
14
Radio ,
14
15
TextEditor ,
15
16
MenuPanel ,
16
17
Section ,
17
18
TraceRequiredPanel ,
18
19
AxesFold ,
19
- Fold ,
20
20
TraceTypeSection ,
21
21
} from '../components' ;
22
22
@@ -308,20 +308,15 @@ class StyleAxesPanel extends Component {
308
308
</ Section >
309
309
</ AxesFold >
310
310
311
- < Fold name = { _ ( 'Range Slider' ) } >
311
+ < AxesFold name = { _ ( 'Range Slider' ) } >
312
312
< Radio
313
313
attr = "rangeslider.visible"
314
314
options = { [
315
315
{ label : _ ( 'Show' ) , value : true } ,
316
316
{ label : _ ( 'Hide' ) , value : false } ,
317
317
] }
318
318
/>
319
- < Numeric
320
- label = { _ ( 'Height' ) }
321
- attr = "rangeslider.thickness"
322
- units = "%"
323
- step = { 0.1 }
324
- />
319
+ < NumericFraction label = { _ ( 'Height' ) } attr = "rangeslider.thickness" />
325
320
< ColorPicker
326
321
label = { _ ( 'Background Color' ) }
327
322
attr = "rangeslider.bgcolor"
@@ -335,7 +330,7 @@ class StyleAxesPanel extends Component {
335
330
label = { _ ( 'Border Color' ) }
336
331
attr = "rangeslider.bordercolor"
337
332
/>
338
- </ Fold >
333
+ </ AxesFold >
339
334
340
335
< AxesFold name = { _ ( 'Zoom Interactivity' ) } >
341
336
< Radio
You can’t perform that action at this time.
0 commit comments