Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeanLuc Gernert <jangernert@gmail.com>2017-05-22 20:31:25 +0300
committerJeanLuc Gernert <jangernert@gmail.com>2017-05-22 20:31:25 +0300
commit8228636bfaf7dfca985d4223965ec51de064cfb8 (patch)
tree80cab10f5dff22f66098edbee7a3023e582dc851 /schemas
parent8a5a842136681fa2b9e043493f8feca932b4219e (diff)
various small cleanups and fixes (should commit more often =/)
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.feedreader.saved-state.gschema.xml29
1 files changed, 7 insertions, 22 deletions
diff --git a/schemas/org.gnome.feedreader.saved-state.gschema.xml b/schemas/org.gnome.feedreader.saved-state.gschema.xml
index 86ff7f17..5500371e 100644
--- a/schemas/org.gnome.feedreader.saved-state.gschema.xml
+++ b/schemas/org.gnome.feedreader.saved-state.gschema.xml
@@ -7,28 +7,19 @@
</enum>
<schema id="org.gnome.feedreader.saved-state" path="/org/gnome/feedreader/saved-state/" gettext-domain="feedreader">
- <key name="no-animations" type="b">
+ <key name="ui-running" type="b">
<default>false</default>
- <summary>no animations on startup</summary>
- <description>
- Dont animate all inserted rows on startup so the list can instantly jump to the correct scroll-pos
- </description>
+ <summary>if feedreader UI is running</summary>
</key>
-
+
<key name="window-width" type="i">
<default>1600</default>
- <summary>window width</summary>
- <description>
- saved with of the window
- </description>
+ <summary>saved with of the window</summary>
</key>
<key name="window-height" type="i">
<default>900</default>
- <summary>window height</summary>
- <description>
- saved height of the window
- </description>
+ <summary>saved height of the window</summary>
</key>
<key name="window-maximized" type="b">
@@ -41,10 +32,7 @@
<key name="feed-row-width" type="i">
<default>200</default>
- <summary>FeedRow width</summary>
- <description>
- Width of the first paned, the feed-row
- </description>
+ <summary>Width of the first paned, the feed-row</summary>
</key>
<key name="feed-row-scrollpos" type="d">
@@ -65,10 +53,7 @@
<key name="feeds-and-articles-width" type="i">
<default>400</default>
- <summary>Width of Feeds and Articles</summary>
- <description>
- Width of the two first panes, feed-row + article-row
- </description>
+ <summary>Width of the two first panes, feed-row + article-row</summary>
</key>
<key name="articlelist-scrollpos" type="d">