mirror of https://github.com/CGAL/cgal
minor cosmetics
This commit is contained in:
parent
d77ad6fc91
commit
8dde8dc27f
|
|
@ -2631,7 +2631,6 @@ Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/icons/play.png -text
|
|||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/icons/twoColorClipping.png -text
|
||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/icons/wireframe.png -text
|
||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/icons/wireframeOff.png -text
|
||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/resources/CGAL.gif -text
|
||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/resources/about.html -text
|
||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/resources/about_CGAL.html -text
|
||||
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.eps -text
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1566</width>
|
||||
<height>713</height>
|
||||
<width>962</width>
|
||||
<height>750</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy" >
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1566</width>
|
||||
<width>962</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
<enum>TopToolBarArea</enum>
|
||||
</attribute>
|
||||
<attribute name="toolBarBreak" >
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<addaction name="actionLoad_Points" />
|
||||
<addaction name="actionGrab_image" />
|
||||
|
|
|
|||
|
|
@ -28,6 +28,5 @@
|
|||
<qresource prefix="/cgal/help" lang="en" >
|
||||
<file>resources/about.html</file>
|
||||
<file>resources/about_CGAL.html</file>
|
||||
<file>resources/CGAL.gif</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
|
|
@ -1,8 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<p><img src=":/cgal/help/CGAL.gif"></p>
|
||||
<h2>Computational Geometry Algorithms Library</h2>
|
||||
<p>CGAL provides efficient and reliable geometric algorithms in the form of a C++ library.</p>
|
||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a></p>
|
||||
<p>For more information visit <a href="http://www.cgal.org/">www.cgal.org</a>.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue