mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 05:20:24 -07:00
Better spacing changes
This commit is contained in:
parent
14b107861e
commit
8679bca47a
5 changed files with 56 additions and 21 deletions
|
|
@ -37,8 +37,8 @@ annotation class Exposed(val description: String = "")
|
|||
|
||||
class plugin : Plugin() {
|
||||
companion object {
|
||||
val WIDGET_SIZE = Dimension(220, 50)
|
||||
val TOTAL_XP_WIDGET_SIZE = Dimension(220, 30)
|
||||
val WIDGET_SIZE = ViewConstants.DEFAULT_WIDGET_SIZE
|
||||
val TOTAL_XP_WIDGET_SIZE = ViewConstants.TOTAL_XP_WIDGET_SIZE
|
||||
val IMAGE_SIZE = Dimension(25, 23)
|
||||
|
||||
// Default Theme Colors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue