Skip to content

Commit be89b5c

Browse files
committed
WelcomeTab: Final UI adjustments
1 parent e34f24e commit be89b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robomongo/gui/widgets/workarea/WelcomeTab.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ namespace Robomongo
114114
QString const Rss_LastModifiedDateKey("wtRssLastModifiedDate");
115115

116116
auto const TEXT_TO_TAB_RATIO = 0.6;
117-
auto const IMAGE_TO_TAB_RATIO = 0.5;
117+
auto const IMAGE_TO_TAB_RATIO = 0.25;
118118
auto const BLOG_TO_TAB_RATIO = 0.28;
119119

120120
/* ------------------------------------- Welcome Tab --------------------------------------- */
@@ -472,7 +472,7 @@ namespace Robomongo
472472
_whatsNewHeader->setText(WhatsNew.arg(leftOfStr));
473473
_whatsNewText->setText(rightOfStr);
474474
auto const SIXTY_PERCENT_OF_TAB = _parent->width() * TEXT_TO_TAB_RATIO;
475-
_whatsNewText->setMinimumWidth(SIXTY_PERCENT_OF_TAB);
475+
_whatsNewText->setMaximumWidth(SIXTY_PERCENT_OF_TAB);
476476
adjustSize();
477477
}
478478

0 commit comments

Comments
 (0)