Skip to content
Snippets Groups Projects
Commit e7a632c9 authored by Lan Dam's avatar Lan Dam
Browse files

reset changes in help_view.py

parent 623155d2
No related branches found
No related tags found
1 merge request!357Replace double quotes with single quotes for literal string to conform to SQLite syntax
Pipeline #4338 failed with stage
in 6 minutes and 48 seconds
......@@ -71,8 +71,8 @@ class HelpBrowser(QtWidgets.QWidget):
screen size.
"""
SCREEN_SIZE_SCALAR_X = 0.50
SCREEN_SIZE_SCALAR_Y = 0.50
SCREEN_SIZE_SCALAR_X = 0.75
SCREEN_SIZE_SCALAR_Y = 0.75
TREE_VIEW_SCALAR = 0.25
def __init__(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment