Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yu-tang/5b8f64b0ff3d225cb812 to your computer and use it in GitHub Desktop.
Save yu-tang/5b8f64b0ff3d225cb812 to your computer and use it in GitHub Desktop.
Toggle show/hide bottom AutoHideButtonPanel for OmegaT
/* :name=Toggle show/hide bottom AutoHideButtonPanel :description=Toggle show/hide bottom AutoHideButtonPanel
*
* Note: I don't know about any side effect associated with hiding the panel. Use at your own risk.
*
* @author Yu Tang
* @date 2015-11-12
* @version 0.1
*/
mainWindow.desktop.bottomBorderPane.with {visible = !visible}
@yu-tang
Copy link
Author

yu-tang commented Nov 12, 2015

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