diff --git a/src/plugins/coreplugin/welcomemode.ui b/src/plugins/coreplugin/welcomemode.ui index f093d62f6d40df5e5c0b4991c0df5a07ec638bdc..33daa71cbdb4a62e8ef18f2087ae4168f09ddcb3 100644 --- a/src/plugins/coreplugin/welcomemode.ui +++ b/src/plugins/coreplugin/welcomemode.ui @@ -31,8 +31,8 @@ color: #5e5e5e; } #recentSessionsFrame, #recentProjectsFrame { -border-image: url(:/core/images/welcomemode/rc_combined.png) 8 8 8 8 stretch stretch; -border-width: 8 8 8 8; +border-image: url(:/core/images/welcomemode/rc_combined.png) 8; +border-width: 8; } </string> </property> @@ -232,8 +232,8 @@ p { </property> <property name="styleSheet"> <string>#recentSessionsFrame { -border-image: url(:/core/images/welcomemode/rc_combined.png) 8 8 8 8 stretch stretch; -border-width: 8 8 8 8; +border-image: url(:/core/images/welcomemode/rc_combined.png) 8; +border-width: 8; } </string> </property>