Skip to content

Commit

Permalink
Move "Add notes" to bottom of selection window
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
qsantos committed Aug 25, 2024
1 parent 523e2fa commit 5287aa7
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions searchedict/formbrowser.ui
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="addButton">
<property name="text">
<string>Add notes</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="settingsButton">
<property name="text">
<string>Settings</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTableView" name="resultTable">
<property name="selectionBehavior">
Expand All @@ -69,6 +51,24 @@
</attribute>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="settingsButton">
<property name="text">
<string>Settings</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addButton">
<property name="text">
<string>Add notes</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
Expand Down

0 comments on commit 5287aa7

Please sign in to comment.