diff -r d527cfe919ae -r 90072e10ae9b src/eric7/PipInterface/PipFreezeDialog.ui --- a/src/eric7/PipInterface/PipFreezeDialog.ui Mon Feb 06 10:02:35 2023 +0100 +++ b/src/eric7/PipInterface/PipFreezeDialog.ui Mon Feb 06 10:09:18 2023 +0100 @@ -106,13 +106,30 @@ </property> </widget> </item> - <item row="1" column="1"> - <widget class="QPushButton" name="saveToButton"> + <item row="3" column="1"> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item row="7" column="1"> + <widget class="QPushButton" name="replaceAllButton"> <property name="toolTip"> - <string>Save to a new file</string> + <string>Replace all text with the requirements text</string> </property> <property name="text"> - <string>Save To</string> + <string>Replace All</string> + </property> + </widget> + </item> + <item row="5" column="1"> + <widget class="QPushButton" name="insertButton"> + <property name="toolTip"> + <string>Insert the requirements text at the cursor position</string> + </property> + <property name="text"> + <string>Insert</string> </property> </widget> </item> @@ -126,34 +143,14 @@ </property> </widget> </item> - <item row="3" column="1"> - <widget class="QPushButton" name="insertButton"> - <property name="toolTip"> - <string>Insert the requirements text at the cursor position</string> - </property> - <property name="text"> - <string>Insert</string> + <item row="0" column="0" rowspan="9"> + <widget class="QPlainTextEdit" name="requirementsEdit"> + <property name="tabChangesFocus"> + <bool>true</bool> </property> </widget> </item> - <item row="4" column="1"> - <widget class="QPushButton" name="replaceSelectionButton"> - <property name="text"> - <string>Replace Selection</string> - </property> - </widget> - </item> - <item row="5" column="1"> - <widget class="QPushButton" name="replaceAllButton"> - <property name="toolTip"> - <string>Replace all text with the requirements text</string> - </property> - <property name="text"> - <string>Replace All</string> - </property> - </widget> - </item> - <item row="6" column="1"> + <item row="8" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -166,10 +163,30 @@ </property> </spacer> </item> - <item row="0" column="0" rowspan="7"> - <widget class="QPlainTextEdit" name="requirementsEdit"> - <property name="tabChangesFocus"> - <bool>true</bool> + <item row="6" column="1"> + <widget class="QPushButton" name="replaceSelectionButton"> + <property name="text"> + <string>Replace Selection</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="saveToButton"> + <property name="toolTip"> + <string>Save to a new file</string> + </property> + <property name="text"> + <string>Save To</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string><b>Editor Actions</b></string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> </property> </widget> </item>