View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001563 | JEDI VCL | 00 JVCL Components | public | 2004-04-02 14:08 | 2004-04-03 01:12 |
Reporter | anonymous | Assigned To | user72 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001563: JvScrollMax: Button headers are wrongfully aligned | ||||
Description | jgpq are characters that will have their bottom part touching the bottom of the button object. The text is not centered as it should be. Here is the fix: procedure TJvBandBtn.FontChanged; begin inherited FontChanged; if Parent <> nil then with Parent as TJvScrollMaxBand do begin FParentButtonFont := False; Canvas.Font := Self.Font; // (rom) please check this change //FButton.Height := Canvas.TextHeight('W') + 4; FButton.Height := CanvasMaxTextHeight(Canvas) + 2; Change last line here to: FButton.Height := CanvasMaxTextHeight(Canvas) + 4; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-04-02 14:08 | anonymous | New Issue | |
2004-04-03 01:12 |
|
Status | new => resolved |
2004-04-03 01:12 |
|
Resolution | open => fixed |
2004-04-03 01:12 |
|
Assigned To | => user72 |
2004-04-03 01:12 |
|
Note Added: 0003623 |