IsoFrieze / DiztinGUIsh

A Super NES ROM Disassembler
GNU General Public License v3.0
270 stars 26 forks source link

increase max label length allowed #15

Closed binary1230 closed 4 years ago

binary1230 commented 4 years ago

I had some imported label lengths that were bigger than 20 chars.

This simply increases the max size to 60 chars in 2 places in the GUI. Does it mess anything up to do this, like are there tools people are using which rely on max of 20 chars?