Changeset 970:440095aa63dc


Ignore:
Timestamp:
05/16/19 18:44:35 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Better border colour for the fault explanation frame (re #347)

File:
1 edited

Legend:

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

    r919 r970  
    299299            else:
    300300                outerColour = \
    301                   styleContext.get_background_color(gtk.StateFlags.SELECTED)
     301                  styleContext.get_border_color(gtk.StateFlags.DROP_ACTIVE)
    302302                innerColour = self._gui.backgroundColour
    303303
Note: See TracChangeset for help on using the changeset viewer.