Fix thumbnails for non-gallery views.

This commit is contained in:
Dermot Duffy
2022-04-16 21:59:36 -07:00
parent ba196ff003
commit 0e751478d2
12 changed files with 91 additions and 42 deletions
+6 -6
View File
@@ -66,7 +66,7 @@
"controls": {
"next_previous": {
"style": "Event Viewer next & previous control style",
"size": "Event Viewer next & previous control size (e.g. '48px')",
"size": "Event Viewer next & previous control size in pixels",
"styles": {
"thumbnails": "Thumbnails",
"chevrons": "Chevrons",
@@ -75,7 +75,7 @@
},
"thumbnails": {
"mode": "Event Viewer thumbnails mode",
"size": "Event Viewer thumbnails size (e.g. '100px')",
"size": "Event Viewer thumbnails size in pixels",
"show_details": "Show event details with thumbnails",
"show_controls": "Show event controls with thumbnails",
"modes": {
@@ -109,7 +109,7 @@
"controls": {
"next_previous": {
"style": "Live view next & previous control style",
"size": "Live view next & previous control size (e.g. '48px')",
"size": "Live view next & previous control size in pixels",
"styles": {
"chevrons": "Chevrons",
"icons": "Icons",
@@ -118,7 +118,7 @@
},
"thumbnails": {
"mode": "Live thumbnails mode",
"size": "Live thumbnails size (e.g. '100px')",
"size": "Live thumbnails size in pixels",
"show_details": "Show event details with thumbnails",
"show_controls": "Show event controls with thumbnails",
"media": "Whether to show thumbnails of clips or snapshots",
@@ -169,7 +169,7 @@
"above": "Above",
"below": "Below"
},
"button_size": "Menu button size (e.g. '40px')"
"button_size": "Menu button size in pixels"
},
"timeline": {
"window_seconds": "The default length of the timeline view in seconds",
@@ -183,7 +183,7 @@
"controls": {
"thumbnails": {
"mode": "Timeline thumbnails mode",
"size": "Timeline thumbnails size (e.g. '100px')",
"size": "Timeline thumbnails size in pixels",
"show_details": "Show event details with thumbnails",
"show_controls": "Show event controls with thumbnails"
}