DORMANTno replies

[EGIT PATCH 1/4] Fix for the revision detail viewer losing it's proportion in the history page.

From: Roger C. Soares <hidden>
Date: 2016-06-15 22:44:24
Subsystem: the rest · Maintainer: Linus Torvalds

The layout of the viewer is managed by the SashForm, so there's no need
anymore to set the layout data in every history refresh.

Signed-off-by: Roger C. Soares <redacted>
---
 .../src/org/spearce/egit/ui/GitHistoryPage.java    |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java b/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
index 268a6ba..ae1dfbf 100644
--- a/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
+++ b/org.spearce.egit.ui/src/org/spearce/egit/ui/GitHistoryPage.java
@@ -1072,7 +1072,6 @@ public class GitHistoryPage extends HistoryPage implements IAdaptable,
 						table.removeAll();
 						table.setItemCount(fileRevisions.size());
 						table.setData("X");
-						table.setLayoutData(new GridData(SWT.FILL,SWT.FILL,true,true));
 						System.out.println("inputchanged, invoking refresh");
 						appliedPatches = fnewappliedPatches;
 						tags = ftags;
-- 
1.5.4.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help