#92 new
Eric Meyer

Screen Size incorrect

Reported by Eric Meyer | January 13th, 2009 @ 02:59 PM

When specifying the size in stages.rb, it does not make the stage to the height specified, but instead seems to count the top bar and menu bar in the size. Here is some abbreviated code that led to this.

stages.rb: stage "default" do default_scene "login" title "Fresnel" location [200, 25] size [800, 800] end

props.rb: main { #other props inside of main }

styles.rb: main { width 800 height 800 }

The heights in styles and stages were equal, yet the main prop extended below the edge of the screen

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Elegant UI Framework for Ruby

People watching this ticket

Pages