[Gambas-user] [BUG] No Scrollbar on Properties Panel in IDE
Bruce Steers
bsteers4 at gmail.com
Tue Jul 25 20:16:44 CEST 2023
On Tue, 25 Jul 2023 at 18:57, Demosthenes Koptsis <demosthenesk at gmail.com>
wrote:
> Hello,
>
> i have compiled and installed Gambas 3.18.3 in Debian 13.
>
> i cannot scroll down the properties grid on ide, see screenshot
>
Try the following...
Change your main desktop theme. (some are buggy and gambas uses the desktop
themes to render controls)
Or increase your main font size a bit.
(a very small font size with some themes can make controls be too small to
render properly in gambas)
In the IDE menus select the "? / System information" option and copy that
information and paste it here. that can help us detect the issue.
It's most likely a toolkit/theme (or font) problem as mentioned.
also if you are using X try the ide with both gtk and QT by typing the
following in a terminal..
env GB_GUI=gb.gtk gambas3
env GB_GUI=gb.qt5 gambas3
that will load gambas IDE with different toolkits, you will probably find
one is okay.
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230725/9ec7eb00/attachment.htm>
More information about the User
mailing list