How to reset to default font zoom level?
Posted: 14 Nov 2011 11:38
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).
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
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).
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
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).
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).
setkey "9000", "Millisize", "Font"; #190;