Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexemanuelol committed Oct 11, 2019
1 parent 6103373 commit 604f994
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 644 deletions.
1 change: 0 additions & 1 deletion rustdavinci/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from PyQt5 import QtCore
from PyQt5 import QtWidgets
from PyQt5.QtWidgets import QFileDialog

from ui.views.main import MainWindow

Expand Down
2 changes: 1 addition & 1 deletion rustdavinci/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ save_when_completed = True
# constantly save during the painting process (true/ false)
save_while_painting = True
# choose the quality of the painting (1 = Normal, 2 = High)
painting_accuracy = 1
painting_accuracy = 2
# choose the brush type (0-3)
default_brush = 1
# show preview of the painting (true/ false)
Expand Down
95 changes: 0 additions & 95 deletions rustdavinci/lib/controlArea.py

This file was deleted.

Loading

0 comments on commit 604f994

Please sign in to comment.