Changeset 84 for trunk/UGame.pas


Ignore:
Timestamp:
Aug 4, 2021, 5:27:54 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Use clear background color under score text instead of solid.
  • Fixed: Missing snap package x11 plug.
  • Fixed: Snap package was not able to use language files.
  • Modified: Build snap using lxd instead of multipass.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r79 r84  
    631631
    632632  ValueStr := SScore + ': ' + IntToStr(Score);
     633  MetaCanvas.Brush.Style := bsClear;
    633634  MetaCanvas.Font.Color := Core.ThemeManager1.Theme.ColorControlText;
    634635  MetaCanvas.Font.Height := Trunc(TopBarHeight * 0.7);
Note: See TracChangeset for help on using the changeset viewer.