Make help and close buttons bigger
This commit is contained in:
parent
86feb87a53
commit
2095120abd
@ -383,13 +383,13 @@ open class FramePanel<out S : Screen>(
|
||||
val TAB_LEFT_CONNECTION = WidgetLocation.MISC.sprite(x = 33f, y = 0f, width = 3f, height = 5f)
|
||||
val TAB_BACKGROUND = WidgetLocation.MISC.sprite(x = 30f, y = 6f, width = 6f, height = 6f)
|
||||
|
||||
val CLOSE_BUTTON = WidgetLocation.MISC.sprite(x = 51f, y = 0f, width = 13f, height = 12f)
|
||||
val CLOSE_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 51f, y = 12f, width = 13f, height = 12f)
|
||||
val CLOSE_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 51f, y = 24f, width = 13f, height = 12f)
|
||||
val CLOSE_BUTTON = WidgetLocation.MISC.sprite(x = 51f, y = 0f, width = 13f, height = 14f)
|
||||
val CLOSE_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 51f, y = 14f, width = 13f, height = 14f)
|
||||
val CLOSE_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 51f, y = 28f, width = 13f, height = 14f)
|
||||
|
||||
val HELP_BUTTON = WidgetLocation.MISC.sprite(x = 41f, y = 0f, width = 10f, height = 12f)
|
||||
val HELP_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 41f, y = 12f, width = 10f, height = 12f)
|
||||
val HELP_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 41f, y = 24f, width = 10f, height = 12f)
|
||||
val HELP_BUTTON = WidgetLocation.MISC.sprite(x = 40f, y = 0f, width = 11f, height = 14f)
|
||||
val HELP_BUTTON_HOVERED = WidgetLocation.MISC.sprite(x = 40f, y = 14f, width = 11f, height = 14f)
|
||||
val HELP_BUTTON_PRESSED = WidgetLocation.MISC.sprite(x = 40f, y = 28f, width = 11f, height = 14f)
|
||||
|
||||
const val TAB_HEIGHT = 28f
|
||||
const val TAB_WIDTH = 28f
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user