Replies: 1 comment
-
|
@as-75 You can change the size from the ‘.pyui’ files editor in the “Inspector” properties editor window. It’s the second button on the top right:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m new to using Pythonista. I’m trying to make a script for the keyboard, but I’ve barely gotten started before I’ve run into a problem. I want to put a light gray bar across the main view that matches the width of the ui area inset by 4 pixels, but I can’t figure out how to properly size the parent view object to be the size of the full ui area for the keyboard. I thought keyboard.set_view would auto set the size of the view, but it defaults to 100 x 100. I tried using ui.get_screen_size() for the width, but the screen size is bigger than the size for uis on the keyboard. Is there a way to get the Pythonista keyboard’s exact UI size?
Beta Was this translation helpful? Give feedback.
All reactions