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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <rogersoares@xxxxxxxxxxxxxxxx>
---
 .../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

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux