1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Electron: Switched icons to Fork Awesome

This commit is contained in:
Laurent Cozic 2018-06-14 09:02:01 +01:00
parent 5d9c2c0904
commit 13525f3327
7 changed files with 8 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -988,7 +988,7 @@ class NoteTextComponent extends React.Component {
toolbarItems.push({
tooltip: _('Heading'),
iconName: 'fa-heading',
iconName: 'fa-header',
onClick: () => { return this.commandTextHeading(); },
});
@ -1010,7 +1010,7 @@ class NoteTextComponent extends React.Component {
if (note.is_todo) {
const item = {
iconName: 'fa-bell',
iconName: 'fa-clock-o',
enabled: !note.todo_completed,
onClick: () => { return this.commandSetAlarm(); },
}

View File

@ -15,7 +15,7 @@ class ToolbarButton extends React.Component {
let icon = null;
if (this.props.iconName) {
const iconStyle = {
fontSize: Math.round(theme.fontSize * 1.4),
fontSize: Math.round(theme.fontSize * 1.5),
color: theme.color
};
if (title) iconStyle.marginRight = 5;

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>Joplin</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/fontawesome-all.min.css">
<link rel="stylesheet" href="css/fork-awesome.min.css">
<link rel="stylesheet" href="node_modules/react-datetime/css/react-datetime.css">
<link rel="stylesheet" href="node_modules/smalltalk/css/smalltalk.css">
<style>