Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Move new-zanata class to translationview
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Oct 9, 2013
1 parent 773baa8 commit 6eab040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Expand Up @@ -49,9 +49,6 @@ public class TranslationView extends Composite implements
@UiField(provided = true)
LayoutPanel southPanelContainer;

@UiField
LayoutPanel southPanel;

@UiField
LayoutPanel editorContainer;

Expand All @@ -78,7 +75,7 @@ public TranslationView(TranslationEditorDisplay translationEditorView,
mainSplitPanel.setWidgetMinSize(southPanelContainer,
(int) MIN_SOUTH_PANEL_HEIGHT);

southPanel.add(tmGlossaryPanel);
southPanelContainer.add(tmGlossaryPanel);

setEditorView(translationEditorView.asWidget());

Expand Down
Expand Up @@ -14,12 +14,8 @@
<g:layer top="0px" bottom="0px">
<g:SplitLayoutPanel ui:field="mainSplitPanel">
<g:south size="150">
<g:LayoutPanel ui:field="southPanelContainer" styleName="new-zanata">
<g:layer top="0" bottom="5px">
<g:LayoutPanel ui:field="southPanel"
styleName="{style.southPanel}" />
</g:layer>
</g:LayoutPanel>
<g:LayoutPanel ui:field="southPanelContainer"
styleName="new-zanata" />
</g:south>
<g:center>
<g:LayoutPanel ui:field="editorContainer" />
Expand Down

0 comments on commit 6eab040

Please sign in to comment.