mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
9ae3d049a3
commit
762c7dc3a5
@ -105,7 +105,7 @@ export const WindowOptionsEditor = (props: {
|
|||||||
onChange={onTypeChange}
|
onChange={onTypeChange}
|
||||||
/>
|
/>
|
||||||
</InlineField>
|
</InlineField>
|
||||||
<InlineField label="Window size mode">
|
<InlineField label="Window size mode" labelWidth={LABEL_WIDTH}>
|
||||||
<RadioButtonGroup
|
<RadioButtonGroup
|
||||||
value={window?.windowSizeMode ?? WindowSizeMode.Percentage}
|
value={window?.windowSizeMode ?? WindowSizeMode.Percentage}
|
||||||
options={windowSizeModeOptions}
|
options={windowSizeModeOptions}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const LABEL_WIDTH = 16;
|
export const LABEL_WIDTH = 17;
|
||||||
|
Loading…
Reference in New Issue
Block a user