Changeset 1152:637b6594838d


Ignore:
Timestamp:
04/24/24 18:28:19 (2 weeks ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Increased the width of the gate selection list (re #386).

File:
1 edited

Legend:

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

    r1144 r1152  
    14791479        scrolledWindow = Gtk.ScrolledWindow()
    14801480        scrolledWindow.add(self._gateList)
    1481         scrolledWindow.set_size_request(50, -1)
     1481        scrolledWindow.set_size_request(70, -1)
    14821482        scrolledWindow.set_policy(Gtk.PolicyType.AUTOMATIC,
    14831483                                  Gtk.PolicyType.AUTOMATIC)
Note: See TracChangeset for help on using the changeset viewer.