Fix field width and add tooltip
This commit is contained in:
parent
aee9cd51a0
commit
02ccdcb802
3 changed files with 11 additions and 5 deletions
|
@ -354,6 +354,7 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||
SettingsStore.setValue("systemFont", null, SettingLevel.DEVICE, value.target.value);
|
||||
}}
|
||||
tooltipContent="Set the name of a font installed on your system & Riot will attempt to use it."
|
||||
forceTooltipVisible={true}
|
||||
disabled={!this.state.useSystemFont}
|
||||
value={this.state.systemFont}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue