Left pane of configuration panel unreadable.

Things you’d like to miss in the future...
Post Reply
Basildefarmer
Posts: 3
Joined: 25 Feb 2025 19:29

Left pane of configuration panel unreadable.

Post by Basildefarmer »

Has anyone else experienced this or have any suggestions for correcting the issue which is. When I open the configuration panel the text size is very large but readable on the left but the modifiers on the right are unreadable as each line of text is overlapping each other making it impossible to read and select options.

highend
Posts: 14120
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Left pane of configuration panel unreadable.

Post by highend »

Execute this from the address bar and show the result:
text getsectionlist("font");
One of my scripts helped you out? Please donate via Paypal

Basildefarmer
Posts: 3
Joined: 25 Feb 2025 19:29

Re: Left pane of configuration panel unreadable.

Post by Basildefarmer »

Hello

Thanks for replying the listing is:

Name=Nirmala UI
MilliSize=15000
Bold=0
Italic=0
InterfaceFont=Segoe UI
InterfaceFontMilliSize=19500
MonospaceFont=Courier New
MonospaceFontMilliSize=9750
EditorFont=Courier New
EditorFontMilliSize=9750
ToolbarFont=Segoe UI
ToolbarFontMilliSize=8250
ToolbarFontBtn=Segoe UI
ToolbarFontBtnMilliSize=8250
StatusBarFontMilliSize=9000
StatusBarSection1WidthAdd=0
StatusBarSection2WidthAdd=0
ThumbsFontPercent=100
LineNumFontPercent=100
ApplyFontMain=63


Thanks again

highend
Posts: 14120
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Left pane of configuration panel unreadable.

Post by highend »

Now do this:
font("c", "Segoe UI", 9, 0, 0);

afterwards to should be able to set it to a reasonable value in the config gui again...
One of my scripts helped you out? Please donate via Paypal

Basildefarmer
Posts: 3
Joined: 25 Feb 2025 19:29

Re: Left pane of configuration panel unreadable.

Post by Basildefarmer »

Hi

It worked. Thank you so much.

Many regards

admin
Site Admin
Posts: 63451
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Left pane of configuration panel unreadable.

Post by admin »

Any idea why the font got so big in the first place?

highend
Posts: 14120
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Left pane of configuration panel unreadable.

Post by highend »

Ctrl+wheel probably?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 63451
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Left pane of configuration panel unreadable.

Post by admin »

Maybe.

BTW and IMO, the font is not unreadable at 19.5 in the left pane. Rather in the right pane.

Post Reply