mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Stlying
This commit is contained in:
parent
214c5a7b2e
commit
7a5b0f76b4
1 changed files with 2 additions and 2 deletions
|
|
@ -155,7 +155,7 @@ object ReflectiveEditorView {
|
|||
|
||||
// Plugin name and version (using package name as in original implementation)
|
||||
val packageName = plugin.javaClass.`package`.name
|
||||
val nameLabel = JLabel("$packageName v${pluginInfo.version}")
|
||||
val nameLabel = JLabel("$packageName")
|
||||
nameLabel.foreground = secondaryColor
|
||||
nameLabel.font = Font("RuneScape Small", Font.PLAIN, 16)
|
||||
|
||||
|
|
@ -266,7 +266,7 @@ object ReflectiveEditorView {
|
|||
}
|
||||
|
||||
val packageName = plugin.javaClass.`package`.name
|
||||
val titleLabel = JLabel("$packageName")
|
||||
val titleLabel = JLabel("$packageName v${pluginInfo.version}")
|
||||
titleLabel.foreground = secondaryColor
|
||||
titleLabel.font = Font("RuneScape Small", Font.PLAIN, 16)
|
||||
titleLabel.horizontalAlignment = SwingConstants.CENTER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue