Button naming
Reported by paul (at 8thlight) | December 8th, 2008 @ 01:11 PM
When you have a button prop that has the players named after another prop, then the styles get rendered for that button, even though it isn't transparent that is happening.
main { login{
input_group {
label :text => "Username:"
input :players => "text_box", :id => "username", :width => 200
}
input_group {
label :text => "Password:"
input :players => "text_box", :id => "password", :width => 200
}
button :text => "Login", :players => "login", :width => 125
} }
main { top_padding 10
width 900
height 700
background_color "#34689b"
horizontal_alignment "center"
}
login{ padding 10 rounded_corner_radius "10" border_width 4 border_color "006699" background_color "5A9ECF" width 500 height 500 }
input_group { width "100%" }
label { width 200 }
Comments and changes to this ticket
-
paul (at 8thlight) December 8th, 2008 @ 01:11 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