Skip to content

Commit

Permalink
- Move button labels up/down a little so long labels don't overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
filbo committed Mar 16, 2014
1 parent a9afb16 commit a8a6b1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NookManager/scripts/menu_draw
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ done
-pointsize 45 \
-draw "gravity North text 0,0 '$title'" \
-pointsize 26 \
-draw "gravity West text 0,-100 '$button1' " \
-draw "gravity East text 0,-100 '$button2' " \
-draw "gravity West text 0,120 '$button3' " \
-draw "gravity East text 0,120 '$button4' " \
-draw "gravity West text 0,-115 '$button1' " \
-draw "gravity East text 0,-85 '$button2' " \
-draw "gravity West text 0,105 '$button3' " \
-draw "gravity East text 0,135 '$button4' " \
-gravity north \
-annotate +0+80 "$header" \
-gravity south \
Expand Down

0 comments on commit a8a6b1c

Please sign in to comment.