Perhaps I'm nit-picking here but I noticed that the top coordinates of the buttons in the tab "Setup" and "Builders" are not exactly the same.
So I compared their top positions.
I'm just wondering why they are different since you are not specifiying their positions when adding buttons:
Code: Select all
nuAttachButtonImage('run_php','RP');
nuAttachButtonImage('run_setup','SET');
nuAttachButtonImage('form_button','F');
nuAttachButtonImage('run_lang','TR');
nuAttachButtonImage('run_report','RR');
nuAttachButtonImage('user_home','UH');
nuAttachButtonImage('run_user','U');
etc...