WIP2
This commit is contained in:
parent
79caa5e9ab
commit
b09718d72d
3 changed files with 14 additions and 9 deletions
|
@ -34,9 +34,9 @@ export function SymbolForm(props: ISymbolFormProps): JSX.Element {
|
|||
value={props.symbol.displayedText}
|
||||
onChange={(value) => { props.onChange('displayedText', value); }} />
|
||||
<TextInputGroup
|
||||
id='x'
|
||||
id='offset'
|
||||
labelText={Text({ textId: '@SymbolOffset' })}
|
||||
inputKey='x'
|
||||
inputKey='offset'
|
||||
labelClassName=''
|
||||
inputClassName=''
|
||||
type='number'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue