Skip to content

Commit 092e284

Browse files
committed
Cleanup Hypertale Dashboard for next update!
1 parent b203853 commit 092e284

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

launcher/src/main/resources/Common/UI/Custom/Pages/HypertaleDashboard.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Group {
1717
Style: (
1818
FontSize: 11,
1919
TextColor: #4a5568,
20-
RenderUppercase: true,
2120
LetterSpacing: 2
2221
);
2322
}
@@ -34,18 +33,21 @@ Group {
3433
Text: " Statistics";
3534
Anchor: (Height: 30);
3635
Style: (FontSize: 14, TextColor: #6e7da1);
36+
Visible: false;
3737
}
3838

3939
Label #Settings {
4040
Text: " Settings";
4141
Anchor: (Height: 30);
4242
Style: (FontSize: 14, TextColor: #6e7da1);
43+
Visible: false;
4344
}
4445

4546
Label {
4647
Text: " About";
4748
Anchor: (Height: 30);
4849
Style: (FontSize: 14, TextColor: #6e7da1);
50+
Visible: false;
4951
}
5052
}
5153

0 commit comments

Comments
 (0)