How to reset to default font zoom level?
How to reset to default font zoom level?
I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Re: How to reset to default font zoom level?
I know the factory default is: Segoe UI 10.5 for tree and list.phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
Easiest is to do it from Config|Fonts.
Edit: just tried setting default from "Config|Fonts", seems like choosing 10.5 is not possible. If i choose 10, i get 9.75 and if i choose 11, i get 11.25. so seems like one has to do it from config file, which is not exactly an easy way. For the sake of it, one can run this script:
Code: Select all
//Set default font size (will restart XY)
#182; //Save all settings
setkey "10500", "Millisize", "Font"; //Set default font
#190; //Restart without saving
-
admin
- Site Admin
- Posts: 64880
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: How to reset to default font zoom level?
No, but next version will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
FAQ | XY News RSS | XY X
Re: How to reset to default font zoom level?
That'll do I guess. Thanks!admin wrote:No, but next version will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.phitsc wrote:I sometimes mis-zoom my fonts with Ctrl + MouseWheel. Is there a way to easily reset the zoom level to default? (similar to Ctrl + 0 in the web browser).
Re: How to reset to default font zoom level?
I don't see the below on my version 21.10
Will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.
And "CTRL + 0" only resets it back to the last saved zoom. How do you reset to the "factory default" font size? Thanks.
Will show "(default)" in the statusbar when you Ctrl + MouseWheel to the default font size. So you know that you are there now.
And "CTRL + 0" only resets it back to the last saved zoom. How do you reset to the "factory default" font size? Thanks.
-
admin
- Site Admin
- Posts: 64880
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: How to reset to default font zoom level?
There is no special command for this.
FAQ | XY News RSS | XY X
Re: How to reset to default font zoom level?
Probably still by
At least that's the default on my system...
setkey "9000", "Millisize", "Font"; #190;At least that's the default on my system...
One of my scripts helped you out? Please donate via Paypal
Re: How to reset to default font zoom level?
The statusbar is no longer showing "(default)" when you Ctrl + MouseWheel to the default font size. Has this been removed from the current version?
XYplorer Beta Club