whitespace change only

Change-Id: I30791c8726a6d6d3086274c43994b346dfa92bc7
This commit is contained in:
Axel Uhl
2018-07-05 14:31:21 +02:00
parent 3623e9e7e5
commit e829e129a7
@@ -210,7 +210,7 @@ public class AdminConsolePanel extends HeaderPanel implements HandleTabSelectabl
final Anchor releaseNotesLink = new Anchor(new SafeHtmlBuilder().appendEscaped(releaseNotesAnchorLabel).toSafeHtml(), releaseNotesURL);
sysinfoPanel.add(releaseNotesLink);
informationPanel.add(sysinfoPanel, DockPanel.EAST);
informationPanel.setCellHorizontalAlignment(sysinfoPanel, HasHorizontalAlignment.ALIGN_RIGHT);
informationPanel.setCellHorizontalAlignment(sysinfoPanel, HasHorizontalAlignment.ALIGN_RIGHT);
this.setFooterWidget(informationPanel);
topLevelTabPanel.setSize("100%", "100%");
this.setContentWidget(topLevelTabPanel);