3snowp7im / urn

Split tracker / timer with GTK+ frontend
GNU General Public License v3.0
127 stars 36 forks source link

Unsure how to style Urn #51

Open shrianshChari opened 3 years ago

shrianshChari commented 3 years ago

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 commented 1 year ago

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
}