Browse Source

Remove MOD related artwork

tags/v1.9.11
FilipeCSnuk 6 years ago
parent
commit
96bcd993c3
4 changed files with 6 additions and 8 deletions
  1. BIN
      resources/bitmaps/dial_14.png
  2. BIN
      resources/bitmaps/dial_14d.png
  3. +0
    -2
      resources/resources.qrc
  4. +6
    -6
      resources/ui/carla_about.ui

BIN
resources/bitmaps/dial_14.png View File

Before After
Width: 2600  |  Height: 40  |  Size: 56KB

BIN
resources/bitmaps/dial_14d.png View File

Before After
Width: 40  |  Height: 40  |  Size: 1.1KB

+ 0
- 2
resources/resources.qrc View File

@@ -107,8 +107,6 @@
<file>bitmaps/dial_12d.png</file>
<file>bitmaps/dial_13.png</file>
<file>bitmaps/dial_13d.png</file>
<file>bitmaps/dial_14.png</file>
<file>bitmaps/dial_14d.png</file>

<file>bitmaps/kbd_h_dark.png</file>
<file>bitmaps/kbd_h_dark_top.png</file>


+ 6
- 6
resources/ui/carla_about.ui View File

@@ -198,21 +198,21 @@
<widget class="QLabel" name="label_19">
<property name="minimumSize">
<size>
<width>40</width>
<height>40</height>
<width>37</width>
<height>37</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>40</height>
<width>37</width>
<height>37</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../resources.qrc">:/bitmaps/dial_14d.png</pixmap>
<pixmap resource="../resources.qrc">:/bitmaps/dial_01d.png</pixmap>
</property>
</widget>
</item>
@@ -227,7 +227,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Contains some knobs, backgrounds and other small artwork from ArtyFX, Calf Studio Gear, MOD-SDK and TAL-Plugins projects.</string>
<string>Contains some knobs, backgrounds and other small artwork from ArtyFX, Calf Studio Gear and TAL-Plugins projects.</string>
</property>
<property name="wordWrap">
<bool>true</bool>


Loading…
Cancel
Save