Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make gui scale configurable from python #458

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

pzhokhov
Copy link
Collaborator

No description provided.

@pep8speaks
Copy link

Hello @pzhokhov! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 222:1: E302 expected 2 blank lines, found 1

@@ -54,4 +54,4 @@ def create_monitors(self) -> List[TranslationHandler]:
return [] # No monitors by default!o

def create_agent_start(self) -> List[Handler]:
return [handlers.LowLevelInputsAgentStart()]
return [handlers.LowLevelInputsAgentStart(), handlers.GuiScale(5)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are the different defaults 5.0 vs 4.0 in here and below?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants