Changeset 361 for branches/highdpi/LocalPlayer/Diagram.pas
- Timestamp:
- Apr 9, 2021, 5:56:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/LocalPlayer/Diagram.pas
r349 r361 63 63 Canvas.Brush.Style := bsClear; 64 64 ScreenTools.Frame(canvas, Left - 1, Top - 1, Left + Width, Top + 200, 65 MainTexture. clBevelShade, MainTexture.clBevelLight);65 MainTexture.ColorBevelShade, MainTexture.ColorBevelLight); 66 66 RFrame(canvas, Left - 2, Top - 2, Left + Width + 1, Top + 200 + 1, 67 MainTexture. clBevelShade, MainTexture.clBevelLight);67 MainTexture.ColorBevelShade, MainTexture.ColorBevelLight); 68 68 69 69 // stars … … 132 132 CaptionRight := CloseBtn.Left; 133 133 CaptionLeft := ToggleBtn.Left + ToggleBtn.Width; 134 InitButtons ();134 InitButtons; 135 135 end; 136 136 … … 163 163 begin 164 164 LoweredTextOut(offscreen.canvas, -1, MainTexture, x - 2, y, Cap); 165 DLine(offscreen.canvas, x - 2, x + 169, y + 16, MainTexture. clTextShade,166 MainTexture. clTextLight);165 DLine(offscreen.canvas, x - 2, x + 169, y + 16, MainTexture.ColorTextShade, 166 MainTexture.ColorTextLight); 167 167 if val0 > 0 then 168 168 s := Format(Phrases.Lookup('SHARE'), [val0, val1])
Note:
See TracChangeset
for help on using the changeset viewer.