Changeset 1157:4c335202dce1


Ignore:
Timestamp:
04/25/24 17:43:24 (11 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The tail number column in the gates tab can have markup

File:
1 edited

Legend:

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

    r996 r1157  
    4949        fleetLabel.set_mnemonic_widget(self._fleetList)
    5050        column = Gtk.TreeViewColumn(xstr("gates_tailno"), Gtk.CellRendererText(),
    51                                     text = 0)
     51                                    markup = 0)
    5252        column.set_expand(True)
    5353        column.set_sort_column_id(0)
Note: See TracChangeset for help on using the changeset viewer.