Skip to content

Commit

Permalink
add border and placeholder text to text field.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Apr 14, 2024
1 parent ac65a8b commit 6e16fda
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,12 @@ color: rgb(211, 215, 207);</string>
<property name="toolTip">
<string extracomment="Location Filter"/>
</property>
<property name="styleSheet">
<string notr="true">border: 1px solid grey;</string>
</property>
<property name="placeholderText">
<string>Enter Filter</string>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 6e16fda

Please sign in to comment.