Skip to content

Commit

Permalink
Merge pull request #293 from GeoNode/thumbnails_fix
Browse files Browse the repository at this point in the history
Thumbnails's size fix after searching
  • Loading branch information
giohappy authored Nov 27, 2024
2 parents 571d5e6 + 0d33ef7 commit b9175d3
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 b9175d3

Please sign in to comment.