Skip to content

Commit

Permalink
[ui] Fix bad, pixelated QGIS logo in user profile selector dialog on …
Browse files Browse the repository at this point in the history
…high DPI screens
  • Loading branch information
nirvn authored and nyalldawson committed Jan 30, 2024
1 parent fc118fa commit 0387d48
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions src/ui/qgsuserprofileselectiondialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,30 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../images/images.qrc">:/images/icons/qgis-icon-60x60.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="maximumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../../images/images.qrc">:/images/icons/qgis_icon.svg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label">
Expand Down

0 comments on commit 0387d48

Please sign in to comment.