* fixed a little GUI layout issue

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23763 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-01-27 13:06:28 +00:00
parent 5a27d5c8a9
commit 133f20b00b
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* /*
* Copyright 2006, Haiku. * Copyright 2006-2008, Haiku.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
* *
* Authors: * Authors:
+1 -3
View File
@@ -109,9 +109,7 @@ StyleView::StyleView(BRect frame)
#if __HAIKU__ #if __HAIKU__
fGradientType = new BMenuField("Gradient Type", menu, NULL); fGradientType = new BMenuField("Gradient Type", menu, NULL);
fGradientControl = new GradientControl(new BMessage(MSG_SET_COLOR), this);
fGradientControl = new GradientControl(new BMessage(MSG_SET_COLOR),
this);
layout->AddItem(BSpaceLayoutItem::CreateVerticalStrut(3), 0, 0, 4); layout->AddItem(BSpaceLayoutItem::CreateVerticalStrut(3), 0, 0, 4);
layout->AddItem(BSpaceLayoutItem::CreateHorizontalStrut(3), 0, 1, 1, 3); layout->AddItem(BSpaceLayoutItem::CreateHorizontalStrut(3), 0, 1, 1, 3);