mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Change default brush size and color
This commit is contained in:
parent
78f6fadd46
commit
f927374cb6
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ class BeeGraphicsView(MainControlsMixin,
|
|||
self.active_mode = None
|
||||
self.draw_item = None
|
||||
self.draw_current_stroke = None
|
||||
self.draw_brush_size = 10.0
|
||||
self.draw_brush_color = [0, 0, 0, 255]
|
||||
self.draw_brush_size = 20.0
|
||||
self.draw_brush_color = [200, 200, 200, 255]
|
||||
self._tablet_pressure = 1.0
|
||||
self._suppress_context_menu = False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue