Today I did something dumb... I was 'playing' with macros and I accidently pasted a long bit of code in the label field. The text that I pasted in was so long that the button is now much wider than the window and now there is no way to access to gear icon to edit the label. I tried uninstalling and reinstalling the app and still the macro persists. Is there another way to edit the label or delete this macro?
Peter might have a faster way but press ctrl+shift+i to bring up the chrome dev tools. Go to the application tag. Under storage -> Local Storage -> http://localhost:3000 look for the macro buttons key. All of the macros are stored there. I dont know of any easy way to edit it, but its possible by clicking on the text in the value column. You can use your left and right arrows to position the cursor. You need to be very careful. If it were me, I'd copy the whole string first and paste that somewhere safe.
No, I maximized the window and the button was still to big. I just searched and saw that you have a macro for that I will check it out.