SANKORE-92: Magnifier. Design applied.

preferencesAboutTextFull
Anatoly Mihalchenko 13 years ago
parent f30f5b33a7
commit bc91bd9bc7
  1. BIN
      resources/images/cursors/magnifier.png
  2. BIN
      resources/images/stylusPalette/magnifier.png
  3. BIN
      resources/images/stylusPalette/magnifierOn.png
  4. BIN
      resources/images/toolbar/largeMagnifierSize.png
  5. BIN
      resources/images/toolbar/largeMagnifierZoom.png
  6. BIN
      resources/images/toolbar/mediumMagnifierSize.png
  7. BIN
      resources/images/toolbar/mediumMagnifierZoom.png
  8. BIN
      resources/images/toolbar/smallMagnifierSize.png
  9. BIN
      resources/images/toolbar/smallMagnifierZoom.png
  10. 1
      resources/sankore.qrc
  11. 2
      src/gui/UBResources.cpp

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

After

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

Loading…
Cancel
Save