mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
fixes to layout to be pixel exact
This commit is contained in:
@@ -1472,7 +1472,7 @@ void ExtJSTest::testHorizontalLayout()
|
||||
|
||||
Page::Ptr ptr = new Page("test");
|
||||
webApp.setCurrentPage(ptr);
|
||||
HorizontalLayout::Ptr pHor(new HorizontalLayout(10));
|
||||
HorizontalLayout::Ptr pHor(new HorizontalLayout(1));
|
||||
pHor->add(new Button("b1", "But1"));
|
||||
pHor->add(new Button("b2", "But2"));
|
||||
pHor->add(new Button("b3", "But3"));
|
||||
|
Reference in New Issue
Block a user