--- a/eric6/Preferences/ConfigurationPages/IrcPage.ui Sat Oct 17 16:35:44 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/IrcPage.ui Sun Oct 18 11:30:12 2020 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>522</width> - <height>995</height> + <height>1017</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -792,8 +792,8 @@ <property name="title"> <string>Marker</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> + <layout class="QGridLayout" name="gridLayout_6"> + <item row="0" column="0" colspan="3"> <widget class="QCheckBox" name="markWhenHiddenCheckBox"> <property name="toolTip"> <string>Select to mark the current position, when the chat window is hidden</string> @@ -803,55 +803,64 @@ </property> </widget> </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="label_33"> - <property name="text"> - <string>Marker Foreground:</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="markerForegroundButton"> - <property name="minimumSize"> - <size> - <width>100</width> - <height>0</height> - </size> - </property> - <property name="toolTip"> - <string>Select the foreground color for the marker</string> - </property> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="label_34"> - <property name="text"> - <string>Marker Background:</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="markerBackgroundButton"> - <property name="minimumSize"> - <size> - <width>100</width> - <height>0</height> - </size> - </property> - <property name="toolTip"> - <string>Select the background color for the marker</string> - </property> - <property name="text"> - <string/> - </property> - </widget> - </item> - </layout> + <item row="1" column="0"> + <widget class="QLabel" name="label_33"> + <property name="text"> + <string>Marker Foreground:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="markerForegroundButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the foreground color for the marker</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="1" column="2" rowspan="2"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>240</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="2" column="1" rowspan="2"> + <widget class="QPushButton" name="markerBackgroundButton"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the background color for the marker</string> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_34"> + <property name="text"> + <string>Marker Background:</string> + </property> + </widget> </item> </layout> </widget>