Wondering, on one of my machines, I like to use larger fonts, but I noticed if you enlarge TC to fit them better then close it, it will reopen back to it's default window size which is only around 1024x800 pixels.
I'm wondering if a tweak exists, I don't want the window maximised, or full-screen, just want the window resized at a comfortable level.
Is this sadly built-in and can't be changed?, or do I have to look elsewhere such as AutoHotKey to do this for me?
Changing TC's default Window Resolution.
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 53
- Joined: 2015-04-07, 10:02 UTC
Menu Configuration > Save position.
MfG Dalai
MfG Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Junior Member
- Posts: 53
- Joined: 2015-04-07, 10:02 UTC
Really?Hacker wrote:Writing an AHK script is never wasted time.
Code: Select all
#IfWinActive, ahk_class TTOTAL_CMD
Send !Ov
Return

Holger