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
-
Micah Martin February 13th, 2009 @ 02:49 PM
- Milestone cleared.
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.
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