--- a/src/eric7/Sessions/CrashedSessionsSelectionDialog.ui Thu Apr 03 19:50:43 2025 +0200 +++ b/src/eric7/Sessions/CrashedSessionsSelectionDialog.ui Sun Apr 06 11:01:28 2025 +0200 @@ -10,18 +10,12 @@ <height>500</height> </rect> </property> - <property name="windowTitle"> - <string>Found Crash Sessions</string> - </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="messageLabel"> - <property name="text"> - <string>These crash session files were found. Select the one to open. Select 'Cancel' to not open a crash session.</string> - </property> <property name="wordWrap"> <bool>true</bool> </property> @@ -38,14 +32,41 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Orientation::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="removeButton"> + <property name="toolTip"> + <string>Press to remove the selected crash sessions.</string> + </property> + <property name="text"> + <string>Remove</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Orientation::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Orientation::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> + </property> + </widget> + </item> + </layout> </item> </layout> </widget>