Skip to content

Commit

Permalink
Fix PDF view
Browse files Browse the repository at this point in the history
  • Loading branch information
kerim1 committed Mar 22, 2024
1 parent 9e42851 commit faab72c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"panelCollapsedWidth": 30,
"panelExpandedWidth": 255,
"panelOpen": true,
"thumbsEnabled": true,
"thumbsEnabled": false,
"thumbsExtraHeight": 8,
"thumbsImageFadeInDuration": 300,
"thumbsLoadRange": 15,
Expand All @@ -171,6 +171,7 @@
"expandFullEnabled": false
},
"content": {
"title": "$contents",
"collapse": "$collapse",
"collapseFull": "$collapseFull",
"expand": "$expandContents",
Expand Down
4 changes: 2 additions & 2 deletions src/uv-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"authorisationFailedMessage": "Unfortunately access to this record is restricted"
},
"modules": {
"contentLeftPanel": {
"leftPanel": {
"options": {
"oneColThumbHeight": 150,
"oneColThumbWidth": 90,
Expand All @@ -32,7 +32,7 @@
"panelOpen": true
}
},
"avCenterPanel": {
"centerPanel": {
"options": {
"includeParentInTitleEnabled": true
},
Expand Down

0 comments on commit faab72c

Please sign in to comment.