Skip to content

Instantly share code, notes, and snippets.

@MadLittleMods
Last active June 19, 2018 03:21
Show Gist options
  • Save MadLittleMods/fd8cebe7e370a471b073 to your computer and use it in GitHub Desktop.
Save MadLittleMods/fd8cebe7e370a471b073 to your computer and use it in GitHub Desktop.

Zoom the Gitter Desktop window

  • On Windows: Gitter -> Developer Tools

Paste this into the console, change the zoomLevel to the desired value.

var desktopWindow = gui.Window.get();
desktopWindow.zoomLevel = 0;
@0cjs
Copy link

0cjs commented Jun 19, 2018

This no longer works in the 4.0 desktop client. Do you have an updated version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment