--- a/eric7/Preferences/ConfigurationPages/WebBrowserPage.ui Sun Aug 29 20:21:41 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/WebBrowserPage.ui Mon Aug 30 20:02:39 2021 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>650</width> - <height>2084</height> + <height>1630</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> @@ -128,6 +128,26 @@ </widget> </item> <item row="4" column="1"> + <widget class="QCheckBox" name="accelerated2dCanvasCheckBox"> + <property name="toolTip"> + <string>Select to enable support for accelerated 2D canvas using OpenGL</string> + </property> + <property name="text"> + <string>Enable Accelerated 2D Canvas</string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QCheckBox" name="autoloadIconsCheckBox"> + <property name="toolTip"> + <string>Select to load web site icons automatically</string> + </property> + <property name="text"> + <string>Load Icons automatically</string> + </property> + </widget> + </item> + <item row="5" column="1"> <widget class="QCheckBox" name="autoplayMediaCheckBox"> <property name="toolTip"> <string>Select, to inhibit playback of media content until the user interacts with the page</string> @@ -137,7 +157,7 @@ </property> </widget> </item> - <item row="5" column="0"> + <item row="6" column="0"> <widget class="QCheckBox" name="webRtcPublicOnlyCheckBox"> <property name="toolTip"> <string>Select to limit WebRTC to public IP addresses only</string> @@ -147,7 +167,7 @@ </property> </widget> </item> - <item row="5" column="1"> + <item row="6" column="1"> <widget class="QCheckBox" name="dnsPrefetchCheckBox"> <property name="toolTip"> <string>Select to try to pre-fetch DNS entries to speed up browsing</string> @@ -1173,6 +1193,8 @@ <tabstop>fullscreenCheckBox</tabstop> <tabstop>screenCaptureCheckBox</tabstop> <tabstop>webGLCheckBox</tabstop> + <tabstop>accelerated2dCanvasCheckBox</tabstop> + <tabstop>autoloadIconsCheckBox</tabstop> <tabstop>autoplayMediaCheckBox</tabstop> <tabstop>webRtcPublicOnlyCheckBox</tabstop> <tabstop>dnsPrefetchCheckBox</tabstop>