diff options
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index c694abd4..fc2bcdd3 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1428,7 +1428,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="LogList" name="logList"> <property name="contextMenuPolicy"> - <enum>Qt::ActionsContextMenu</enum> + <enum>Qt::CustomContextMenu</enum> </property> <property name="rootIsDecorated"> <bool>false</bool> @@ -1645,20 +1645,6 @@ p, li { white-space: pre-wrap; } <string>Endorse Mod Organizer</string> </property> </action> - <action name="actionCopy_Log_to_Clipboard"> - <property name="text"> - <string>Copy &Log</string> - </property> - <property name="iconText"> - <string>Copy &Log</string> - </property> - <property name="toolTip"> - <string>Copy log to clipboard</string> - </property> - <property name="statusTip"> - <string>Copy log to clipboard</string> - </property> - </action> <action name="actionChange_Game"> <property name="icon"> <iconset resource="resources.qrc"> @@ -1771,6 +1757,20 @@ p, li { white-space: pre-wrap; } <string>Log</string> </property> </action> + <action name="actionLogCopy"> + <property name="text"> + <string>Copy &Log</string> + </property> + <property name="iconText"> + <string>Copy &Log</string> + </property> + <property name="toolTip"> + <string>Copy log to clipboard</string> + </property> + <property name="statusTip"> + <string>Copy log to clipboard</string> + </property> + </action> </widget> <layoutdefault spacing="6" margin="11"/> <customwidgets> |
