Skip to content
  • Mike Fleetwood's avatar
    Stop using deprecated widget alignment enumerators (#652044) · be2689ad
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    Step 3 of 3:
    
    Now that all label widgets are created with ALIGN_LEFT and ALIGN_CENTER
    alignment remove the x_align and y_align parameters from mk_label() and
    always use this alignment.  Also specify this alignment via floats
    rather than enumerators, one of which was deprecated.
    
    Bug #652044 - uses deprecated APIs
    be2689ad