Browse Source

Fix one remaining unscaled high-dpi icon

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 6 years ago
parent
commit
237796be17
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      resources/ui/carla_settings_driver.ui

+ 4
- 1
resources/ui/carla_settings_driver.ui View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>320</width>
<height>175</height>
<height>205</height>
</rect>
</property>
<property name="windowTitle">
@@ -131,6 +131,9 @@
<property name="pixmap">
<pixmap resource="../resources.qrc">:/16x16/dialog-information.svgz</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>


Loading…
Cancel
Save