Skip to content
Snippets Groups Projects
Commit 008eaa49 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

removed elettra green palette@

parent bec9528d
No related branches found
No related tags found
No related merge requests found
......@@ -115,12 +115,6 @@
</item>
<item row="1" column="0" colspan="2">
<widget class="QSlider" name="sliH">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
......@@ -170,12 +164,6 @@
</item>
<item row="1" column="0" colspan="2">
<widget class="QSlider" name="sliV">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
......
......@@ -34,10 +34,6 @@ int main( int argc, char ** argv ) {
CumbiaPool *p = new CumbiaPool();
CuControlsFactoryPool fpool;
QuApplication a( argc, argv, p, &fpool);
/* uncomment to set application color */
a.setPalette(EPalette("elettra"));
QString version(VERSION);
a.setApplicationVersion(version);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment