ui: Fix comments

This commit is contained in:
Hajime Hoshi 2019-12-12 12:00:45 +09:00
parent 2871795895
commit 7f88732cc5

4
run.go
View File

@ -212,9 +212,9 @@ func MonitorSize() (int, int) {
} }
// SetScreenSize changes the (logical) size of the screen. // SetScreenSize changes the (logical) size of the screen.
// This doesn't affect the current scale of the screen. // SetScreenSize adjusts the window size on desktops without changing its scale.
// //
// Unit is device-independent pixel. // The unit is device-independent pixel.
// //
// SetScreenSize is concurrent-safe. // SetScreenSize is concurrent-safe.
func SetScreenSize(width, height int) { func SetScreenSize(width, height int) {