Skip to content

Commit

Permalink
Fixed actionSearch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xarkes committed Apr 24, 2018
1 parent e0cb52f commit a815f8f
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ border-top: 0px;
<widget class="QMenu" name="menuFile">
<property name="geometry">
<rect>
<x>346</x>
<y>97</y>
<x>345</x>
<y>96</y>
<width>148</width>
<height>238</height>
<height>215</height>
</rect>
</property>
<property name="title">
Expand Down Expand Up @@ -218,7 +218,7 @@ border-top: 0px;
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionSearchInst"/>
<addaction name="actionSearch"/>
<addaction name="actionUndoSeek"/>
<addaction name="actionRedoSeek"/>
</widget>
Expand All @@ -244,7 +244,7 @@ border-top: 0px;
<addaction name="actionResources"/>
<addaction name="actionVTables"/>
<addaction name="actionTypes"/>
<addaction name="actionSearchInst"/>
<addaction name="actionSearch"/>
<addaction name="separator"/>
<addaction name="actionRelocs"/>
<addaction name="actionStrings"/>
Expand Down Expand Up @@ -275,7 +275,7 @@ border-top: 0px;
<string notr="true">Main toolbar</string>
</property>
<property name="styleSheet">
<string notr="true">
<string notr="true">
QToolButton {
margin: 1px;
margin-left: 2px;
Expand Down Expand Up @@ -651,11 +651,6 @@ background-color: palette(dark);
<string>Bindiff</string>
</property>
</action>
<action name="actionSearch">
<property name="text">
<string>Search</string>
</property>
</action>
<action name="actionAnalysis">
<property name="text">
<string>Analysis</string>
Expand Down Expand Up @@ -1055,7 +1050,7 @@ background-color: palette(dark);
<string>Show/Hide Types panel</string>
</property>
</action>
<action name="actionSearchInst">
<action name="actionSearch">
<property name="checkable">
<bool>true</bool>
</property>
Expand Down

0 comments on commit a815f8f

Please sign in to comment.