From cac4807357568c1ea8902fb1568f0ba8a4836ecf Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Thu, 13 Jun 2019 18:37:07 +0200 Subject: [PATCH] BUG FIX: show resolution in detailview. --- .../hso/texturesyncclient/view/mainView/MainViewController.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/MainViewController.kt b/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/MainViewController.kt index 4e203cb..87c07fb 100644 --- a/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/MainViewController.kt +++ b/client/src/main/kotlin/org/hso/texturesyncclient/view/mainView/MainViewController.kt @@ -34,7 +34,7 @@ class MainViewController : Controller() { with(mv.detailView) { nameInfo.text = name formatInfo.text = format - resolutionInfo.text = date + resolutionInfo.text = res dateInfo.text = date } }