From 024f62f1b383d8aad6ed1c9f90116467ded7bd42 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Fri, 4 Dec 2015 02:54:15 +0100 Subject: [PATCH] reorder display settings; remove 'button thingy' in font options --- .../components/user_settings/user_settings_display.jsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/web/react/components/user_settings/user_settings_display.jsx b/web/react/components/user_settings/user_settings_display.jsx index dc3865c681..c464258de3 100644 --- a/web/react/components/user_settings/user_settings_display.jsx +++ b/web/react/components/user_settings/user_settings_display.jsx @@ -241,7 +241,7 @@ export default class UserSettingsDisplay extends React.Component { const inputs = [
- - {this.state.selectedFont} -

{'Select the font displayed in the Mattermost user interface.'}
@@ -312,12 +309,12 @@ export default class UserSettingsDisplay extends React.Component {

{'Display Settings'}

+ {fontSection} +
{clockSection}
{nameFormatSection}
- {fontSection} -
);