Issue 304: padding_x/padding_y is not taken in account in MTLabel
Status:  Done
Owner:
Closed:  Aug 2010
Project Member Reported by txprog, Aug 15, 2010
It's not used because padding from MTLabel is always (0, 0), because we have default (0,0) in css..

We should use padding_x / padding_y in favor of padding=, if they are set in the MTLabel constructor / Label constructor
Aug 15, 2010
Project Member #1 txprog
Closed via GitHub: http://github.com/tito/pymt/commit/d43e277cbd3d73cd29c358e577bab1c3d5b40f88

label: fix handling of padding, prior padding_x/padding_y if they exist. otherwise, use padding if exist. (fixes  issue #304 
Status: Done