~glitter-team/glitter/trunk

« back to all changes in this revision

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

  • Committer: Jan Jokela
  • Date: 2009-01-12 23:52:24 UTC
  • mfrom: (5.1.1 list_widget)
  • Revision ID: janjokela@gmail.com-20090112235224-ji37y8rnwig5w2up
Merged from branch featuring new list widget, various fixes

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