Перенос.
This commit is contained in:
10
src/Common/UI/List/HyperlinksStyledList.java
Normal file
10
src/Common/UI/List/HyperlinksStyledList.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package Common.UI.List;
|
||||
import Common.Current;
|
||||
import Common.UI.Themes.VisualiserFonts;
|
||||
public class HyperlinksStyledList extends StyledList {
|
||||
@Override
|
||||
public void applyTheme() {
|
||||
super.applyTheme();
|
||||
setFont(Current.getTheme().Fonts.get(VisualiserFonts.Hyperlink));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user