Allow changing orientation of left paned

The orientation is set in the preferences dialog.  There are new
configuration keys to track the pane positions, and a bit of code that
will set them the first time based on the current settings.

https://bugzilla.gnome.org/show_bug.cgi?id=714793
This commit is contained in:
Robert Schroll 2015-02-12 16:14:09 -05:00
parent de491f71fe
commit 4139076509
5 changed files with 85 additions and 2 deletions

View file

@ -26,6 +26,24 @@
<description>Position of the folder list Paned grabber.</description>
</key>
<key name="folder-list-pane-position-horizontal" type="i">
<default>-1</default>
<summary>position of folder list pane when horizontal</summary>
<description>Position of the folder list Paned grabber in the horizontal orientation.</description>
</key>
<key name="folder-list-pane-position-vertical" type="i">
<default>200</default>
<summary>position of folder list pane when vertical</summary>
<description>Position of the folder list Paned grabber in the vertical orientation.</description>
</key>
<key name="folder-list-pane-horizontal" type="b">
<default>true</default>
<summary>orientation of the folder list pane</summary>
<description>True if the folder list Paned is in the horizontal orientation.</description>
</key>
<key name="messages-pane-position" type="i">
<default>250</default>
<summary>position of message list pane</summary>