Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuhome button top positions

Questions related to using nuBuilder Forte.
Locked
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

nuhome button top positions

Unread post by toms »

Hi,

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...
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuhome button top positions

Unread post by admin »

toms,

I'll fix it.

I find it annoying too - but one thing at a time.

Sometimes the easiest things to fix get put on the back burner.

Steven
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuhome button top positions

Unread post by admin »

toms,

That update is now on Github.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: nuhome button top positions

Unread post by toms »

Great, thanks!
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: nuhome button top positions

Unread post by admin »

.
Locked