Changeset 131 for trunk/UCore.pas


Ignore:
Timestamp:
Jan 22, 2022, 5:38:13 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Scale toolbar and menu icons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r128 r131  
    194194        ScaleDimensions(Screen.Forms[I], StoredDimension);
    195195      end;
    196       // TODO: Transparent image scaling not working properly under linux Gtk2
    197       // Also screen DPI is not correctly detected under linux Gtk2
    198       {$IFDEF WINDOWS}
    199196      ScaleImageList(ImageListMain, DesignDPI);
    200       {$ENDIF}
    201197    end;
    202198  end;
Note: See TracChangeset for help on using the changeset viewer.