andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

"Settings" window off screen #391

Closed richbowen closed 8 years ago

richbowen commented 8 years ago

My laptop screen is ~14 inches in diameter.

settings-dialog-off-screen

Platform: Windows 10 64 bit Enki Version: 15.11.1

andreikop commented 8 years ago

What is the screen resolution?

richbowen commented 8 years ago

Resolution: 1366 x 768 That is the default/recommended setting for the system

andreikop commented 8 years ago

Ah, it seems like the size would be fine, but the window is shifted out of screen. Quite strange. I would recommend to test master, which is based on Qt5, but we don't have Windows build yet and it is inconvenient to install Enki manually

bjones1 commented 8 years ago

On my 1920x1080 laptop, everything works fine with master. But that's higher resolution that @rgb-one. There might still be a problem at lower resolution.

andreikop commented 8 years ago

When I switch my screen to 1024x768 the settings window is centered on the screen and fits fine. On Qt5/master

andreikop commented 8 years ago

@bjones1, could you try to set something x 768 on your screen and open the settings?

bjones1 commented 8 years ago

Will do.

bjones1 commented 8 years ago

Here's 1366x768 on my laptop using master. I can see the top, but not the button on the bottom. However, I can probably drag it up and get to the buttons, so that seems OK to me.

image