Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
wizards
mffzoom
Commits
73955343
Commit
73955343
authored
Apr 18, 2020
by
Martin Mareš
Browse files
Fix meeting box height
parent
049e07d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/zoom.py
View file @
73955343
...
...
@@ -194,7 +194,7 @@ def main_page():
"x"
:
row_offset
+
i
*
room_box_width
+
4
+
10
*
int
(
coll
),
"y"
:
int
(
start
/
3600.
*
room_hour_height
),
"w"
:
room_box_width
-
7
-
10
*
int
(
coll
),
"h"
:
int
((
end
-
start
)
/
3600
*
room_hour_height
),
"h"
:
int
((
end
-
start
)
/
3600
*
room_hour_height
)
-
1
,
"start"
:
time
.
strftime
(
"%H:%M"
,
time
.
localtime
(
start_t
)),
"end"
:
time
.
strftime
(
"%H:%M"
,
time
.
localtime
(
end_t
)),
"topic"
:
r
.
topic
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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