mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-29 16:39:34 +08:00
Make flexible element to be shrinkable.
This make the application "just-fast" to look better.
This commit is contained in:
@@ -45,7 +45,7 @@ TEST(VBoxTest, ScreenSmaller1Flex) {
|
||||
Screen screen(6, 1);
|
||||
Render(screen, root.get());
|
||||
|
||||
EXPECT_EQ("text_1", screen.ToString());
|
||||
EXPECT_EQ("text_2", screen.ToString());
|
||||
}
|
||||
|
||||
TEST(VBoxTest, ScreenFitFlex) {
|
||||
|
Reference in New Issue
Block a user