Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
computersignale
stereometrie
Commits
1aad7b00
Commit
1aad7b00
authored
Mar 07, 2022
by
stahl
Browse files
change num pages to 352
parent
23861329
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/StereometrieEditor.vue
View file @
1aad7b00
...
...
@@ -188,7 +188,7 @@ export default {
const
page
=
ref
(
0
);
const
zoomLevel
=
ref
(
8
);
const
numPages
=
88
;
const
numPages
=
352
;
const
rows
=
48
;
const
cols
=
32
;
const
pageSize
=
rows
*
cols
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment