fmt code and updata pkg

This commit is contained in:
vcaesar 2018-07-24 22:53:16 +08:00
parent d1ea0fd81b
commit 126392f38b
2 changed files with 2 additions and 2 deletions

2
Gopkg.lock generated
View File

@ -82,7 +82,7 @@
"unix",
"windows"
]
revision = "1b2967e3c290b7c545b3db0deeda16e9be4f98a2"
revision = "ac767d655b305d4e9612f5f6e33120b9176c4ad4"
[solve-meta]
analyzer-name = "dep"

View File

@ -209,7 +209,7 @@ func GetScreenSize() (int, int) {
// Scale get the screen scale
func Scale() int {
dpi := map[int]int{
0: 100,
0: 100,
// DPI Scaling Level
96: 100,
120: 125,