mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
whitespace change only
Change-Id: I30791c8726a6d6d3086274c43994b346dfa92bc7
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ public class AdminConsolePanel extends HeaderPanel implements HandleTabSelectabl
|
|||||||
final Anchor releaseNotesLink = new Anchor(new SafeHtmlBuilder().appendEscaped(releaseNotesAnchorLabel).toSafeHtml(), releaseNotesURL);
|
final Anchor releaseNotesLink = new Anchor(new SafeHtmlBuilder().appendEscaped(releaseNotesAnchorLabel).toSafeHtml(), releaseNotesURL);
|
||||||
sysinfoPanel.add(releaseNotesLink);
|
sysinfoPanel.add(releaseNotesLink);
|
||||||
informationPanel.add(sysinfoPanel, DockPanel.EAST);
|
informationPanel.add(sysinfoPanel, DockPanel.EAST);
|
||||||
informationPanel.setCellHorizontalAlignment(sysinfoPanel, HasHorizontalAlignment.ALIGN_RIGHT);
|
informationPanel.setCellHorizontalAlignment(sysinfoPanel, HasHorizontalAlignment.ALIGN_RIGHT);
|
||||||
this.setFooterWidget(informationPanel);
|
this.setFooterWidget(informationPanel);
|
||||||
topLevelTabPanel.setSize("100%", "100%");
|
topLevelTabPanel.setSize("100%", "100%");
|
||||||
this.setContentWidget(topLevelTabPanel);
|
this.setContentWidget(topLevelTabPanel);
|
||||||
|
|||||||
Reference in New Issue
Block a user