LostRuins / koboldcpp

A simple one-file way to run various GGML and GGUF models with KoboldAI's UI
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
4.36k stars 312 forks source link

GUI controls are very small #805

Open elclanrs opened 2 months ago

elclanrs commented 2 months ago

Configuration GUI on hidpi screens is very tiny and barely usable:

Screenshot from 2024-04-23 20-29-10

(Note that what you see on the image above on Github is 2x the size I see on my screen)

puff-dayo commented 2 months ago

Same issue here on a 2160x1440 screen with 200% scale. DPI/scaling factor detecting seems not working or not implemented.

Debian 12 GNOME/Wayland

LostRuins commented 2 months ago

Hmm that's odd. But that gave me an idea to allow the window to be resizable and automatically scale UI elements based on that, so it'll be in the next ver.

LostRuins commented 2 months ago

Hi, Should be fixed in the latest version, you can now freely resize the window, everything will scale up and down.