Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/bc91bd9bc70a39d937112fef20471185444944bc?style=unified&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
11 changed files with
2 additions and
1 deletions
BIN
resources/images/cursors/magnifier.png
BIN
resources/images/stylusPalette/magnifier.png
BIN
resources/images/stylusPalette/magnifierOn.png
BIN
resources/images/toolbar/largeMagnifierSize.png
BIN
resources/images/toolbar/largeMagnifierZoom.png
BIN
resources/images/toolbar/mediumMagnifierSize.png
BIN
resources/images/toolbar/mediumMagnifierZoom.png
BIN
resources/images/toolbar/smallMagnifierSize.png
BIN
resources/images/toolbar/smallMagnifierZoom.png
resources/sankore.qrc
src/gui/UBResources.cpp
Width:
|
Height:
|
Size: 4.6 KiB
Width:
|
Height:
|
Size: 2.7 KiB
Width:
|
Height:
|
Size: 2.0 KiB
Width:
|
Height:
|
Size: 2.8 KiB
Width:
|
Height:
|
Size: 2.7 KiB
Width:
|
Height:
|
Size: 318 B
Width:
|
Height:
|
Size: 476 B
Width:
|
Height:
|
Size: 318 B
Width:
|
Height:
|
Size: 270 B
Width:
|
Height:
|
Size: 277 B
Width:
|
Height:
|
Size: 396 B
Width:
|
Height:
|
Size: 277 B
Width:
|
Height:
|
Size: 300 B
Width:
|
Height:
|
Size: 217 B
Width:
|
Height:
|
Size: 272 B
Width:
|
Height:
|
Size: 217 B
Width:
|
Height:
|
Size: 295 B
@ -185,6 +185,7 @@
<file>images/cursors/resize.png</file>
<file>images/cursors/drawCompass.png</file>
<file>images/cursors/drawRulerLine.png</file>
<file>images/cursors/magnifier.png</file>
<file>images/print/onepage.png</file>
<file>images/print/thumbnails.png</file>
<file>images/print/twopages.png</file>
@ -51,7 +51,7 @@ void UBResources::init()
// Cursors
penCursor = QCursor ( Qt : : CrossCursor ) ;
eraserCursor = QCursor ( QPixmap ( " :/images/cursors/eraser.png " ) , 21 , 21 ) ;
magnifierCursor = QCursor ( QPixmap ( " :/images/cursors/zoomIn .png " ) , 9 , 9 ) ;
magnifierCursor = QCursor ( QPixmap ( " :/images/cursors/magnifier .png " ) , 9 , 9 ) ;
markerCursor = QCursor ( QPixmap ( " :/images/cursors/marker.png " ) , 3 , 30 ) ;
pointerCursor = QCursor ( QPixmap ( " :/images/cursors/laser.png " ) , 2 , 1 ) ;
handCursor = QCursor ( Qt : : OpenHandCursor ) ;