mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
consistent sizing
This commit is contained in:
parent
16546ef862
commit
14b107861e
11 changed files with 343 additions and 336 deletions
|
|
@ -7,6 +7,7 @@ import KondoKit.Helpers.formatNumber
|
|||
import KondoKit.Helpers.getProgressBarColor
|
||||
import KondoKit.Helpers.getSpriteId
|
||||
import KondoKit.SpriteToBufferedImage.getBufferedImageFromSprite
|
||||
import KondoKit.ViewConstants
|
||||
import KondoKit.XPTable
|
||||
import KondoKit.components.PopupMenuComponent
|
||||
import KondoKit.components.ProgressBar
|
||||
|
|
@ -64,7 +65,7 @@ object XPTrackerView : View, OnUpdateCallback, OnXPUpdateCallback {
|
|||
emptyMap()
|
||||
}
|
||||
|
||||
private val widgetFont = Font("RuneScape Small", Font.TRUETYPE_FONT, 16)
|
||||
private val widgetFont = ViewConstants.FONT_RUNESCAPE_SMALL_16
|
||||
|
||||
private fun createPopupListener(popupMenu: JPopupMenu) = object : MouseAdapter() {
|
||||
override fun mousePressed(e: MouseEvent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue