File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/robomongo/gui/widgets/workarea Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments