You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any chance of being able to increase the height of the clock field when using the vertical taskbar?
i know in [Taskbar Clock Customization] you can change the width and height - though only in windows 10, so i'm not sure if its possible for windows 11.
The text was updated successfully, but these errors were encountered:
@Jerrk I'll consider adding such an option in a future update. For now, you can try modifying the mod's code: disable the existing mod, fork it with the "Fork" button, then find the following line:
double marginValue = -(1000.0 - 40) / 2;
Replace 40 with the desired height. Finally, click "Compile Mod", then "Exit Editing Mode".
@m417z
Any chance of being able to increase the height of the clock field when using the vertical taskbar?
i know in [Taskbar Clock Customization] you can change the width and height - though only in windows 10, so i'm not sure if its possible for windows 11.
The text was updated successfully, but these errors were encountered: