Font rendering under Haiku directly still looks different from the font rendering

in the test environment; the visual glitches should now be fixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16368 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-02-12 19:38:16 +00:00
parent 3d6c711604
commit e060f46982
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ main()
ChartApp::ChartApp() : BApplication("application/x-vnd.Be.ChartDemo")
{
fWindow = new ChartWindow(BRect(120, 150, 629, 589), "Charts");
fWindow = new ChartWindow(BRect(120, 150, 629, 591), "Charts");
// showing the window will also start the direct connection. If you
// Sync() after the show, the direct connection will be established

View File

@ -62,10 +62,10 @@ enum {
SPACE_LABEL = 40,
SPACE_POPUP = 53,
INSTANT_LOAD = 205,
LEFT_WIDTH = 90,
LEFT_WIDTH = 96,
LEFT_OFFSET = 2,
STATUS_BOX = 96,
STATUS_LABEL = 12,
STATUS_BOX = 98,
STATUS_LABEL = 13,
STATUS_EDIT = 25,
STATUS_OFFSET = 2,
BOX_H_OFFSET = 4,