font update; ui remocon fix; save doc elaboration

UI RemoCon fix: RemoCon will no longer widen to the screen width when being used
This commit is contained in:
minjaesong
2018-09-14 01:14:13 +09:00
parent b40af8e1b3
commit 6d4ac92133
31 changed files with 172 additions and 42 deletions

View File

@@ -111,5 +111,5 @@ object AVKey {
const val __HISTORICAL_BORNTIME = "__borntime" // time_t
const val __HISTORICAL_DEADTIME = "__deadtime" // time_t
const val __HISTORICAL_DEADTIME = "__deadtime" // time_t, -1 if not dead
}