Split history page's lower pane into 70/30 by default and save layout
commit12149ddeee59e02bd73059cc9cc810ddfb01578b
authorShawn O. Pearce <spearce@spearce.org>
Tue, 25 Mar 2008 23:17:05 +0000 (25 19:17 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:06:18 +0000 (7 01:06 -0400)
treeb187e7d59a07ab0d2b599c9cdae6712e73d5358f
parent3425fd6366ee5e966ebcfbc976ac7a50cfc02b2f
Split history page's lower pane into 70/30 by default and save layout

The history pane's comment area is usually more interesting then
the file name area, so we want to dedicate more screen space to
the comment area when possible.

We now also save the split positions as preferences, so they will
automatically restore back to the same layout on the next view of
the history page.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/PluginPreferenceInitializer.java
org.spearce.egit.ui/src/org/spearce/egit/ui/UIPreferences.java
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/history/GitHistoryPage.java