Remove unused pal_edit theme part/slice

This commit is contained in:
David Capello 2018-11-15 12:14:16 -03:00
parent 8fe58f0ee4
commit 52e2585c2c
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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" />

View File

@ -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());