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

Unsure how to style Urn #51

Open
shrianshChari opened this issue Nov 30, 2020 · 1 comment
Open

Unsure how to style Urn #51

shrianshChari opened this issue Nov 30, 2020 · 1 comment

Comments

@shrianshChari
Copy link

shrianshChari commented Nov 30, 2020

I was trying to make my Urn timer larger and wider, but I was unsure how to use GtkCssProperties to enlarge it.

Screenshot from 2020-11-29 18-55-04
How would I go from here?

Edit: I edited the margin property of the window, where would I keep the theme to apply to the urn-gtk window?

@paoloose
Copy link

You need to edit your split json file, in the main object, add the width and height properties, and set them in pixels.

{
  "title": "Pokemon Ruby Sapphire Any% Glitchless",
  "attempt_count": 1,
  "start_delay": "3.000000",
  "splits": [
    # (...)
  ],
  "width": 420,
  "height": 500
}

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

No branches or pull requests

2 participants