Menu items line up
#1



See how the prizes are kinda messy? I need them to line up nicely so they wont look so ugly.
I tried to correct it with couple spaces here and there but no success.
Any tips how can i make it look like i want it? It should look like the Items row.

Code:

pawn Код:
SetMenuColumnHeader(spshop, 0, "Item                 Cost");
AddMenuItem(spshop, 0, "Item 1              $ prize 1");
AddMenuItem(spshop, 0, "Item 2              $ prize 2");
AddMenuItem(spshop, 0, "Item 3              $ prize 3");
Thanks, regards.
Reply
#2

pawn Код:
SetMenuColumnHeader(spshop, 0, "Item                 Cost");
AddMenuItem(spshop, 0, "Item 1");
AddMenuItem(spshop, 0, "Item 2");
AddMenuItem(spshop, 0, "Item 3");
AddMenuItem(spshop, 1, "$ prize 1");
AddMenuItem(spshop, 1, "$ prize 2");
AddMenuItem(spshop, 1, "$ prize 3");
Should be okey then.

Jeffry
Reply
#3



Thank you very much, once again
Reply
#4

Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
Thank you very much, once again
No problem.
Btw: What programm do you use to make these screens look like this, I mean the edge getting brighter.
Reply
#5

I use photoshop's rectangular marque tool, the feather is set to 5 pixel.
Reply
#6

Quote:
Originally Posted by OldDirtyBastard
Посмотреть сообщение
I use photoshop's rectangular marque tool, the feather is set to 5 pixel.
Thank you. I'll look if GIMP has that too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)