Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshawn.f.cook2011-10-19 20:37:12 +0000
committerRoberto E. Escobar2011-10-19 20:37:12 +0000
commitd1db7699c412eb4ba6be0cf813687543dbcf3a2d (patch)
treebd0d13890118c136a9a68b2b15a7df31575c0aec /plugins/org.eclipse.osee.ats.view.web
parentf9dbf10978fe6698f8b0fee161cf8b454e01a5d4 (diff)
downloadorg.eclipse.osee-d1db7699c412eb4ba6be0cf813687543dbcf3a2d.tar.gz
org.eclipse.osee-d1db7699c412eb4ba6be0cf813687543dbcf3a2d.tar.xz
org.eclipse.osee-d1db7699c412eb4ba6be0cf813687543dbcf3a2d.zip
feature[ats_E6W8N]: Polish UI interface
Diffstat (limited to 'plugins/org.eclipse.osee.ats.view.web')
-rw-r--r--plugins/org.eclipse.osee.ats.view.web/src/org/eclipse/osee/ats/view/web/components/AtsSearchHeaderImpl.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.ats.view.web/src/org/eclipse/osee/ats/view/web/components/AtsSearchHeaderImpl.java b/plugins/org.eclipse.osee.ats.view.web/src/org/eclipse/osee/ats/view/web/components/AtsSearchHeaderImpl.java
index 02bea755d41..fe36b2a5438 100644
--- a/plugins/org.eclipse.osee.ats.view.web/src/org/eclipse/osee/ats/view/web/components/AtsSearchHeaderImpl.java
+++ b/plugins/org.eclipse.osee.ats.view.web/src/org/eclipse/osee/ats/view/web/components/AtsSearchHeaderImpl.java
@@ -192,6 +192,10 @@ public class AtsSearchHeaderImpl extends OseeSearchHeaderComponent implements At
rightSideVLayout.addComponent(hLayoutRow2);
rightSideVLayout.setSizeUndefined();
+ Label spacer7 = new Label();
+ spacer7.setWidth(5, UNITS_PIXELS);
+
+ hLayoutRow0.addComponent(spacer7);
hLayoutRow0.addComponent(oseeTitleLabel);
hLayoutRow0.addComponent(spacer4);
hLayoutRow0.addComponent(rightSideVLayout);

Back to the top