Skip to content

Commit

Permalink
Merge pull request #49 from tobias47n9e/master
Browse files Browse the repository at this point in the history
Merge GSettings updates
  • Loading branch information
tobias47n9e committed Aug 3, 2015
2 parents 2172ca8 + bc2895e commit 757a8e3
Show file tree
Hide file tree
Showing 6 changed files with 4,840 additions and 4,708 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ docs/_build/
target/

*~

#Pynsist
pynsist_pkgs/
pynsist_pkgs64/
pynsist_pkgs32/
11 changes: 11 additions & 0 deletions data/org.gtk.innstereo.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
<summary>Center stereonet cross</summary>
<description>When True a cross is displayed at the center of the stereonet.</description>
</key>
<key type="b" name="night-mode">
<default>false</default>
<summary>Always use dark interface</summary>
<description>When True the interface will default to the dark theme.</description>
</key>
<key type="i" name="pixel-density">
<range min="1" max="1000"/>
<default>75</default>
<summary>Pixel Density (DPI)</summary>
<description>Sets the pixel density the plots will use in DPI.</description>
</key>
</schema>
</schemalist>

0 comments on commit 757a8e3

Please sign in to comment.