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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user