Skip to content

Commit

Permalink
moved exit to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed May 7, 2015
1 parent fbf3cd2 commit c250d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -356,17 +356,17 @@
<x>0</x>
<y>0</y>
<width>909</width>
<height>22</height>
<height>31</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionExit"/>
<addaction name="actionSettings"/>
<addaction name="actionImport_Packets"/>
<addaction name="actionExport_Packets"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
Expand Down

0 comments on commit c250d61

Please sign in to comment.