Skip to content

Commit

Permalink
调整桌面歌词的初始大小和显示位置
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Sep 5, 2019
1 parent e455037 commit 59229c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/windows/desktopLyricWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ const createLyricWindow = function (BrowserWindow) {
const {width, height} = electron.screen.getPrimaryDisplay().workAreaSize
const obj = {
minWidth: 650,
width,
height: 60,
show: false,
frame: false,
x: width / 2 - 400,
x: 0,
y: height - 150,
fullscreenable: false,
minimizable: false,
Expand Down

0 comments on commit 59229c1

Please sign in to comment.