~glitter-team/glitter/trunk

« back to all changes in this revision

Viewing changes to glitter/data/themes/nublo/styles/slider.json

  • Committer: Jan Jokela
  • Date: 2008-12-10 22:18:59 UTC
  • Revision ID: janjokela@gmail.com-20081210221859-zxr2ut255a7xu15x
Hi, Glitter here

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  {
 
2
    "STATE_NORMAL":
 
3
      {
 
4
        "background_image": "slider_background_texture_normal.py",
 
5
        "range_image": "slider_range_texture_normal.py",
 
6
        "handle_image": "slider_handle_texture_normal.py",
 
7
        "background_height": 0.6,
 
8
        "background_y": 0.2,
 
9
        "range_height": 0.6,
 
10
        "range_y": 0.2,
 
11
        "handle_height": 1.0,
 
12
        "handle_y": 0.0
 
13
      },
 
14
    "STATE_HIGHLIGHT":
 
15
      {
 
16
      },
 
17
    "STATE_SELECTED":
 
18
      {
 
19
      }
 
20
  }
 
21