hopefully fixed preferences window labels truncated

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16403 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-02-15 11:22:35 +00:00
parent f4865bd8ae
commit 22bb857ecd
+1 -1
View File
@@ -93,7 +93,7 @@ ExpanderPreferences::ExpanderPreferences(BMessage *settings)
rect = box->Bounds();
rect.OffsetBy(25, 42);
rect.bottom = rect.top + 20;
rect.right = rect.left + 220;
rect.right = rect.right - 30;
fAutoExpand = new BCheckBox(rect, "autoExpand", "Automatically expand files", NULL);
box->AddChild(fAutoExpand);