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:
@@ -29,7 +29,7 @@ main()
|
|||||||
|
|
||||||
ChartApp::ChartApp() : BApplication("application/x-vnd.Be.ChartDemo")
|
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
|
// showing the window will also start the direct connection. If you
|
||||||
// Sync() after the show, the direct connection will be established
|
// Sync() after the show, the direct connection will be established
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ enum {
|
|||||||
SPACE_LABEL = 40,
|
SPACE_LABEL = 40,
|
||||||
SPACE_POPUP = 53,
|
SPACE_POPUP = 53,
|
||||||
INSTANT_LOAD = 205,
|
INSTANT_LOAD = 205,
|
||||||
LEFT_WIDTH = 90,
|
LEFT_WIDTH = 96,
|
||||||
LEFT_OFFSET = 2,
|
LEFT_OFFSET = 2,
|
||||||
STATUS_BOX = 96,
|
STATUS_BOX = 98,
|
||||||
STATUS_LABEL = 12,
|
STATUS_LABEL = 13,
|
||||||
STATUS_EDIT = 25,
|
STATUS_EDIT = 25,
|
||||||
STATUS_OFFSET = 2,
|
STATUS_OFFSET = 2,
|
||||||
BOX_H_OFFSET = 4,
|
BOX_H_OFFSET = 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user