Changeset 866:0be744731d1b for src


Ignore:
Timestamp:
06/18/17 18:04:01 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Some padding to the left of the flight-specific buttons (re #304)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r865 r866  
    474474        flightButtonWidthAlignment = gtk.Alignment(xscale=0.5, yscale=0.0,
    475475                                                   xalign=0.0, yalign=0.0)
     476        flightButtonWidthAlignment.set_padding(padding_top = 0,
     477                                               padding_bottom = 0,
     478                                               padding_left = 8,
     479                                               padding_right = 0)
    476480        flightButtonWidthBox = gtk.VBox()
    477481
Note: See TracChangeset for help on using the changeset viewer.