Skip to content

Commit

Permalink
Redo button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
dail8859 committed Jul 16, 2024
1 parent fcbd1c8 commit 8a887e0
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions src/NotepadNext/docks/SearchResultsDock.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,35 @@
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="btnCopyResults">
<property name="text">
<string>Copy Results to Clipboard</string>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="btnCopyResults">
<property name="toolTip">
<string>Copy Results to Clipboard</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/icons/copy.png</normaloff>:/icons/copy.png</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QTreeWidget" name="treeWidget">
Expand Down Expand Up @@ -82,6 +106,8 @@
</layout>
</widget>
</widget>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 8a887e0

Please sign in to comment.