Odd DirectGUI behavior

When I assign a geom to a DirectButton, the geometry appears, but it is small, and the original button frame is still shown. How do I fix this?

Pass geom_scale = 2, relief = None to the constructor. Use whatever value for geom_scale you find appropriate.

David

Thanks a bunch, it worked. :smiley: