WelcomePage: Fix scrolling logic
We only need one scrollable element in the WelcomePage. By passing
the height properties of inner elements to the outermost one we can
avoid multiple vertical scrollbars next to each other. Since this
removes the QScrollArea around the welcome page it fixes
QTCREATORBUG-10796
Task-number: QTCREATORBUG-10796
Change-Id: I08b0409e21f16be6c3e0e5a58f2665320d0a14fe
Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
Showing
- share/qtcreator/welcomescreen/examples.qml 2 additions, 1 deletionshare/qtcreator/welcomescreen/examples.qml
- share/qtcreator/welcomescreen/tutorials.qml 2 additions, 1 deletionshare/qtcreator/welcomescreen/tutorials.qml
- share/qtcreator/welcomescreen/welcomescreen.qml 31 additions, 28 deletionsshare/qtcreator/welcomescreen/welcomescreen.qml
- share/qtcreator/welcomescreen/widgets/CustomizedGridView.qml 19 additions, 22 deletionsshare/qtcreator/welcomescreen/widgets/CustomizedGridView.qml
- share/qtcreator/welcomescreen/widgets/PageLoader.qml 7 additions, 1 deletionshare/qtcreator/welcomescreen/widgets/PageLoader.qml
- share/qtcreator/welcomescreen/widgets/Tabs.qml 1 addition, 1 deletionshare/qtcreator/welcomescreen/widgets/Tabs.qml
- src/plugins/welcome/welcomeplugin.cpp 2 additions, 8 deletionssrc/plugins/welcome/welcomeplugin.cpp
Loading
Please register or sign in to comment