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:
parent
de491f71fe
commit
4139076509
5 changed files with 85 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue