mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-30 04:20:23 +00:00
Remove unused pal_edit theme part/slice
This commit is contained in:
parent
8fe58f0ee4
commit
52e2585c2c
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
@ -240,7 +240,6 @@
|
||||
<part id="ani_stop" x="168" y="192" w="5" h="5" />
|
||||
<part id="ani_next" x="176" y="192" w="5" h="5" />
|
||||
<part id="ani_last" x="184" y="192" w="5" h="5" />
|
||||
<part id="pal_edit" x="144" y="200" w="5" h="5" />
|
||||
<part id="pal_sort" x="152" y="200" w="5" h="5" />
|
||||
<part id="pal_presets" x="160" y="200" w="5" h="5" />
|
||||
<part id="pal_options" x="168" y="200" w="5" h="5" />
|
||||
|
@ -155,7 +155,7 @@ ColorBar::ColorBar(int align)
|
||||
|
||||
SkinTheme* theme = static_cast<SkinTheme*>(this->theme());
|
||||
|
||||
m_buttons.addItem(theme->parts.palEdit());
|
||||
m_buttons.addItem(theme->parts.timelineOpenPadlockActive());
|
||||
m_buttons.addItem(theme->parts.palSort());
|
||||
m_buttons.addItem(theme->parts.palPresets());
|
||||
m_buttons.addItem(theme->parts.palOptions());
|
||||
|
Loading…
x
Reference in New Issue
Block a user