Make flexible element to be shrinkable.

This make the application "just-fast" to look better.
This commit is contained in:
ArthurSonzogni
2020-05-02 17:39:42 +02:00
parent cccbe5baa9
commit 1974e9f9fc
4 changed files with 5 additions and 5 deletions

View File

@@ -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) {