diff -r 612e9b9b5ad9 -r 3dbb04832c21 eric7/Preferences/ConfigurationPages/LogViewerPage.ui --- a/eric7/Preferences/ConfigurationPages/LogViewerPage.ui Tue Dec 28 15:48:39 2021 +0100 +++ b/eric7/Preferences/ConfigurationPages/LogViewerPage.ui Tue Dec 28 16:36:53 2021 +0100 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>442</width> - <height>388</height> + <width>601</width> + <height>479</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> @@ -67,17 +67,14 @@ </widget> </item> <item> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> + <widget class="QLineEdit" name="errorTextExample"> + <property name="text"> + <string>There was an error condition reported.</string> </property> - <property name="sizeHint" stdset="0"> - <size> - <width>316</width> - <height>20</height> - </size> + <property name="readOnly"> + <bool>true</bool> </property> - </spacer> + </widget> </item> </layout> </item>