@@ -472,6 +472,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||||||
padding: '0.4em 0',
|
padding: '0.4em 0',
|
||||||
},
|
},
|
||||||
downloadLocationInput: {
|
downloadLocationInput: {
|
||||||
|
display: 'inline',
|
||||||
marginRight: '3px',
|
marginRight: '3px',
|
||||||
marginTop: '8px',
|
marginTop: '8px',
|
||||||
width: '320px',
|
width: '320px',
|
||||||
@@ -638,7 +639,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||||||
style={settingsPage.container}
|
style={settingsPage.container}
|
||||||
key='containerInputSpellcheckerURL'
|
key='containerInputSpellcheckerURL'
|
||||||
>
|
>
|
||||||
<input
|
<FormControl
|
||||||
disabled={!this.state.useSpellChecker}
|
disabled={!this.state.useSpellChecker}
|
||||||
style={settingsPage.downloadLocationInput}
|
style={settingsPage.downloadLocationInput}
|
||||||
key='inputSpellCheckerURL'
|
key='inputSpellCheckerURL'
|
||||||
@@ -1058,7 +1059,7 @@ class SettingsPage extends React.PureComponent<Props, State> {
|
|||||||
defaultMessage='Download Location'
|
defaultMessage='Download Location'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<FormControl
|
||||||
disabled={true}
|
disabled={true}
|
||||||
style={settingsPage.downloadLocationInput}
|
style={settingsPage.downloadLocationInput}
|
||||||
key='inputDownloadLocation'
|
key='inputDownloadLocation'
|
||||||
|
Reference in New Issue
Block a user