Skip to content

Commit

Permalink
Merge pull request #1465 from larspalo/newLargerLabels
Browse files Browse the repository at this point in the history
Added new larger label images
  • Loading branch information
larspalo authored Apr 8, 2023
2 parents 67d8ddf + 479b813 commit 2917ef1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/grandorgue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8865,8 +8865,8 @@ group label font of the panel.
<term>DispImageNum</term>
<listitem>
<para>
(integer 0 - 12, default: 1) Builtin bitmap set to use. 0 means
that the lable does not have a background image.
(integer 0 - 15, default: 1) Builtin bitmap set to use. 0 means
that the label does not have a background image.
</para>
</listitem>
</varlistentry>
Expand Down
3 changes: 3 additions & 0 deletions src/grandorgue/GOBitmapCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
LABEL(10) \
LABEL(11) \
LABEL(12) \
LABEL(13) \
LABEL(14) \
LABEL(15) \
ENCLOSURE(A) \
ENCLOSURE(B) \
ENCLOSURE(C) \
Expand Down
3 changes: 3 additions & 0 deletions src/images/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ CONVERTIMAGE(IMAGE_LIST label09.png)
CONVERTIMAGE(IMAGE_LIST label10.png)
CONVERTIMAGE(IMAGE_LIST label11.png)
CONVERTIMAGE(IMAGE_LIST label12.png)
CONVERTIMAGE(IMAGE_LIST label13.png)
CONVERTIMAGE(IMAGE_LIST label14.png)
CONVERTIMAGE(IMAGE_LIST label15.png)
CONVERTIMAGE(IMAGE_LIST EnclosureA00.png)
CONVERTIMAGE(IMAGE_LIST EnclosureA01.png)
CONVERTIMAGE(IMAGE_LIST EnclosureA02.png)
Expand Down
Binary file added src/images/label13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/label14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/label15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2917ef1

Please sign in to comment.