Font Picker Menu Pane Exceeds Screen Size Linux Qt6

Post Reply
Random Void User
Posts: 28
Joined: 13.07.2024 21:19

Font Picker Menu Pane Exceeds Screen Size Linux Qt6

Post by Random Void User »

CudaText 1.220.5.0, linux-x86_64-qt6, fpc 3.2.3

Hit the Options Editor button, apply Font filter, then select field font_name. Try the font drop-down menu at bottom. It shows a list of all fonts in a single pane. With many fonts installed, the pane exceeds the screen size. There is no way to scroll through the list to pick a font. One can use "blind" keyboard navigation but it is guesswork because offscreen parts of the pane are not visible. Thanks!

Code: Select all

QT_QPA_PLATFORM=wayland
QT_QPA_PLATFORMTHEME=qt6ct
QT_USE_PHYSICAL_DPI=0
XDG_SESSION_DESKTOP=sway
XDG_CURRENT_DESKTOP=sway
main Alexey
Posts: 2288
Joined: 25.08.2021 18:15

Re: Font Picker Menu Pane Exceeds Screen Size Linux Qt6

Post by main Alexey »

don't you think it is issue of Qt6 widget (combobox)? i think so. widget must limit the items count according to screen size! try to discuss this issue at Qt6 forum...
Post Reply