Sigmmma / binilla

Visual editor for binary structures based on Supyr_Struct. A user can define their own Supyr definitions and use those to load/edit/create new binary structures in an easy to understand visual editor.
MIT License
1 stars 3 forks source link

Implement GUI scaling #16

Closed ShellyHerself closed 4 years ago

ShellyHerself commented 4 years ago

This allows us to globally scale tkinter widgets.

The way this works is that before any widgets are created you should change the WIDGET_SCALING in binilla_widget.

I have not found a good place to implement it yet. But here is the required code.