You are reading a single comment by @Ganblejs and its replies.
Click here to read the full conversation.
-
My mistake, I tested some changes I did to Desktop Launcher and left that branch on my github pages/app loader. I've changed back to my kbmulti branch now.
Ok, I'll try and add the button alignment before the pr gets merged!
Hi @Ganblejs,
I'm trying to test out your new changes, but I can only see V0.01 at the link you posted? Am I looking in the wrong place?
I've seen the bug with the ok-button shrinking the text, but in the alarm message, so it's not something we've changed here. It may be something that I've broken when I tweaked the layout library, I'll look into it.
Align buttons: Annoyingly, that is something else I changed then accidentally overwrote my code and missed it! Easy to fix though, at the start of the code put
var btnWidth = g.getWidth()/3;
, then in each button in the layout addwidth:btnWidth
. This will fix them all at exactly the same size.