Skip to content

Commit f5cd21e

Browse files
committed
chore: update iconset
1 parent 540cae5 commit f5cd21e

File tree

4 files changed

+3
-343
lines changed

4 files changed

+3
-343
lines changed

css/searchbar.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
-webkit-user-select: none;
1212
max-height: calc(100% - 125px);
1313
overflow-y: auto;
14-
padding-bottom: 0.5em;
1514
}
1615

1716
/* account for menu button */

ext/icons/iconfont.css

Lines changed: 1 addition & 341 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/icons/iconfont.woff2

83 KB
Binary file not shown.

main/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ function createWindowWithBounds (bounds) {
166166
y: bounds.y,
167167
minWidth: (process.platform === 'win32' ? 400 : 320), // controls take up more horizontal space on Windows
168168
minHeight: 350,
169-
titleBarStyle: 'hiddenInset',
169+
titleBarStyle: 'hidden',
170+
trafficLightPosition: { x: 12, y: 19 },
170171
icon: __dirname + '/icons/icon256.png',
171172
frame: process.platform === 'darwin' || settings.get('useSeparateTitlebar') === true,
172173
alwaysOnTop: settings.get('windowAlwaysOnTop'),

0 commit comments

Comments
 (0)