File: stellariumVtsConf.ini

package info (click to toggle)
stellarium 25.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,307,224 kB
  • sloc: ansic: 317,377; cpp: 214,435; xml: 48,592; javascript: 26,073; python: 2,113; perl: 734; sh: 247; makefile: 192; pascal: 169
file content (36 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
; ------------------------------------------------------------------------------
; Commandes initiales
; ------------------------------------------------------------------------------

[INITIAL]

size = 0

; ------------------------------------------------------------------------------
; Commandes spécifiques
; ------------------------------------------------------------------------------

[SPECIFIC]

; Atmosphere
1/name = "LandscapeMgr.atmosphereDisplayed"
1/type = bool
1/defaultValue = true
1/propagation = MANUAL
1/label = Atmosphere

; Equatorial grid
2/name = "GridLinesMgr.equatorGridDisplayed"
2/type = bool
2/defaultValue = false
2/propagation = MANUAL
2/label = Equatorial grid

; Azimuthal grid
3/name = "GridLinesMgr.azimuthalGridDisplayed"
3/type = bool
3/defaultValue = false
3/propagation = MANUAL
3/label = Azimuthal grid

size = 3