Skip to content

Instantly share code, notes, and snippets.

@MadLittleMods
Last active June 19, 2018 03:21
Show Gist options
  • Select an option

  • Save MadLittleMods/fd8cebe7e370a471b073 to your computer and use it in GitHub Desktop.

Select an option

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

0cjs commented Jun 19, 2018

Copy link
Copy Markdown

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