minimenu: added special case for rightmost tab for davec, so can now specialise tab...
[pandora-libraries.git] / minimenu / skin / default / mmskin.conf
1
2 #
3 # mmskin.conf -- defines the art filenames, artwork positioning and other skin-related parameters.
4 # Everything user-configurable should be in mmenu.conf, so they can switch skins without breaking their
5 # functionality.
6 #
7
8 [minimenu]
9 font                    Vera.ttf
10 font_ptsize             24
11
12 [display]
13 detail_bg_alpha         100     # when rendering the detail panel background, how transparent?
14 font_rgba_r             220     # RGBA for the display text
15 font_rgba_g             220     # RGBA for the display text
16 font_rgba_b             220     # RGBA for the display text
17 font_rgba_a             20      # RGBA for the display text
18 battery_x               10      # (x,y) for battery level
19 battery_y               450     # (x,y) for battery level
20 hintline                Push SELECT for options # shown at bottom of screen
21 hint_x                  300     # (x,y) for hint line
22 hint_y                  450     # (x,y) for hint line
23 clock_x                 650     # (x,y) for clock
24 clock_y                 450     # (x,y) for clock
25
26 [tabs]
27 font                    Vera.ttf
28 font_ptsize             16
29 tab_offset_x            4       # from left screen to first tab left
30 tab_offset_y            3       # from top of screen to first tab top
31 tab_width               132     # width of tab
32 tab_height              35      # height of tab (for vertical clip)
33 tab_selheight           39      # height of tab when its selected (for vertical clip)
34 text_offset_x           10      # from left edge of tab to left edge of text
35 text_offset_y           10      # from top edge of tab to top edge of text
36 text_width              110     # clip text to this width
37
38 [grid]
39 font                    Vera.ttf
40 font_ptsize             12
41 icon_max_width          60      # scale icons to..
42 icon_max_height         60      # scale icons to..
43 grid_offset_x           17      # from left screen to first cell column
44 grid_offset_y           60      # from top screen to first cell row
45 icon_offset_x           12      # from left edge of cell to left edge of icon in cell
46 icon_offset_y           0       # from top edge of cell to top edge of icon in cell
47 text_offset_x           42      # from left edge of cell to center of text centering (ie: center of icon presumably)
48 text_offset_y           65      # from top of cell to top of text
49 text_width              75      # max width of the text
50 text_clip_x             5       # offset from cell edge to left edge of text, when the text width is being clipped to fit
51 sel_offoffset_x         -5      # so selection can be a little bigger than main cell, this is selection offset relative to top corner of icon
52 sel_offoffset_y         -5      # so selection can be a little bigger than main cell, this is selection offset relative to top corner of icon
53 cell_width              85      # cell location is grid_offset_x + ( cell_width * column_number )
54 cell_height             92      # cell location is grid_offset_y + ( cell_height * column_number )
55 col_max                 5       # number of columns to render into grid
56 row_max                 4       # number of rows to display before we stop rendering
57 text_hilite_offset_y    62      # from top of cell to top of hilight
58 arrow_up_x              450     # left edge of up-arrow showing more icons scrolled away
59 arrow_up_y              80      # top edge of up-arrow showing more icons scrolled away
60 arrow_down_x            450     # left edge of down-arrow showing more icons scrolled away
61 arrow_down_y            380     # top edge of down-arrow showing more icons scrolled away
62 arrow_bar_x             455     # left edge of scrollbar
63 arrow_bar_y             100     # top edge of scrollbar
64 arrow_bar_clip_w        10      # clip scrollbar artwork to width-X
65 arrow_bar_clip_h        274     # clip scrollbar artwork to height-X
66 scale_up_bool           1       # if 0, will not try to scale up icons
67
68 [detailpane]
69 show                    1       # if 0, don't show detail pane artwork at all
70 pane_offset_x           475     # left edge of detail pane graphic
71 pane_offset_y           60      # top edge of detail pane graphic
72
73 [detailtext]
74 font                    Vera.ttf
75 font_ptsize             16
76 cell_offset_x           488     # left edge of text cell
77 cell_offset_y           300     # top edge of text cell
78 cell_width              250     # width of cell (for text clipping)
79
80 [previewpic]
81 cell_offset_x           480     # left edge of text cell
82 cell_offset_y           90      # top edge of text cell
83 cell_width              285
84 cell_height             180
85 scale_up_bool           1       # if 0, will not try to scale up preview
86
87 [graphics]
88 IMG_BACKGROUND_800480    800480_6.png
89 IMG_BACKGROUND_TABMASK   tab1mask.png
90 IMG_DETAIL_PANEL         detailpane2.png
91 IMG_DETAIL_BG            detailpanebg.png
92 IMG_SELECTED_ALPHAMASK   select.png
93 IMG_SELECTED_HILITE      hilite.png
94 IMG_TAB_SEL              tab_sel_tall.png       # tab to be used, when not far left/right
95 IMG_TAB_SEL_L            tab_sel_tall.png       # tab to be used for far left tab, selected
96 IMG_TAB_SEL_R            tab_sel_tall.png       # tab to be used for far right tab, selected
97 IMG_TAB_UNSEL            tab_unsel.png          # tab to be used when not far left/right
98 IMG_TAB_UNSEL_L          tab_unsel.png  # tab to be used for far left tab, unselected
99 IMG_TAB_UNSEL_R          tab_unsel.png  # tab to be used for far right tab, unselected
100 IMG_TAB_LINE             tabline.png    # line under the unselected tab, but not left/right corners
101 IMG_TAB_LINEL            tablinel.png   # line under unselected tab on far left
102 IMG_TAB_LINER            tabliner.png   # line under unselected tab on far right
103 IMG_ICON_MISSING         pandora60.png
104 IMG_PREVIEW_MISSING      pandora60.png
105 IMG_ARROW_UP             arrowup.png
106 IMG_ARROW_DOWN           arrowdown.png
107 IMG_ARROW_SCROLLBAR      arrowscroller.png
108 IMG_HOURGLASS            hourglass.png