Browse Source

Replace skin icon (#2012)

* add-style-svg

* add-style-svg

---------

Co-authored-by: jpka- <mvv@mvv.su>
rack-ui-rework
jpka- GitHub 6 months ago
parent
commit
204e343605
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
5 changed files with 2 additions and 2 deletions
  1. BIN
      resources/16x16/skin.svgz
  2. BIN
      resources/16x16/style-alt.svgz
  3. BIN
      resources/16x16/style.svgz
  4. +1
    -1
      resources/resources.qrc
  5. +1
    -1
      resources/ui/carla_host.ui

BIN
resources/16x16/skin.svgz View File


BIN
resources/16x16/style-alt.svgz View File


BIN
resources/16x16/style.svgz View File


+ 1
- 1
resources/resources.qrc View File

@@ -36,7 +36,7 @@
<file>16x16/media-seek-forward.svgz</file>
<file>16x16/network-connect.svgz</file>
<file>16x16/restore.svgz</file>
<file>16x16/skin.svgz</file>
<file>16x16/style.svgz</file>
<file>16x16/system-shutdown.svgz</file>
<file>16x16/system-turnon.svgz</file>
<file>16x16/view-refresh.svgz</file>


+ 1
- 1
resources/ui/carla_host.ui View File

@@ -1634,7 +1634,7 @@
<action name="act_plugins_change_skin">
<property name="icon">
<iconset resource="../resources.qrc">
<normaloff>:/16x16/skin.svgz</normaloff>:/16x16/skin.svgz</iconset>
<normaloff>:/16x16/style.svgz</normaloff>:/16x16/style.svgz</iconset>
</property>
<property name="text">
<string>Change &amp;Skin...</string>


Loading…
Cancel
Save