Skip to content

Commit

Permalink
fixing_different_thumbnails_sizes after search
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Nov 14, 2024
1 parent 8651c66 commit c442140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qgis_geonode/ui/search_result_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<item>
<widget class="QLabel" name="title_la">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -175,14 +175,14 @@
<item>
<widget class="QLabel" name="thumbnail_la">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<width>400</width>
<height>200</height>
</size>
</property>
Expand Down

0 comments on commit c442140

Please sign in to comment.