Skip to content

Commit

Permalink
fixed progress indicator on startup (eclipse-archived#1619)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer authored and maggu2810 committed Jun 6, 2016
1 parent 78d3739 commit d7684e5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion bundles/designer/org.eclipse.smarthome.designer.core/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,23 @@
name="aboutImage"
value="icons/esh400.png">
</property>
</product>
<property
name="aboutText"
value="">
</property>
<property
name="startupForegroundColor"
value="7F7F7F">
</property>
<property
name="startupMessageRect"
value="5,398,570,15">
</property>
<property
name="startupProgressRect"
value="0,414,580,12">
</property>
</product>
</extension>
<extension
point="org.eclipse.core.runtime.preferences">
Expand Down

0 comments on commit d7684e5

Please sign in to comment.