Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
SOHViewer
Commits
e7a632c9
Commit
e7a632c9
authored
1 week ago
by
Lan Dam
Browse files
Options
Downloads
Patches
Plain Diff
reset changes in help_view.py
parent
623155d2
No related branches found
No related tags found
1 merge request
!357
Replace double quotes with single quotes for literal string to conform to SQLite syntax
Pipeline
#4338
failed with stage
in 6 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sohstationviewer/view/help_view.py
+2
-2
2 additions, 2 deletions
sohstationviewer/view/help_view.py
with
2 additions
and
2 deletions
sohstationviewer/view/help_view.py
+
2
−
2
View file @
e7a632c9
...
...
@@ -71,8 +71,8 @@ class HelpBrowser(QtWidgets.QWidget):
screen size.
"""
SCREEN_SIZE_SCALAR_X
=
0.5
0
SCREEN_SIZE_SCALAR_Y
=
0.5
0
SCREEN_SIZE_SCALAR_X
=
0.
7
5
SCREEN_SIZE_SCALAR_Y
=
0.
7
5
TREE_VIEW_SCALAR
=
0.25
def
__init__
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment