Skip to content

Commit

Permalink
style: use better line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Feb 13, 2024
1 parent 27684be commit 81ef0f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/area_selector/view_port.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ use std::{
// * Add minimum selection size.

const SIZE: f64 = 100.0;

const DEFAULT_SELECTION_SIZE: f32 = 40.0;

const SHADE_COLOR: gdk::RGBA = gdk::RGBA::BLACK.with_alpha(0.5);

const SELECTION_LINE_WIDTH: f32 = 2.0;
const SELECTION_LINE_COLOR: gdk::RGBA = gdk::RGBA::WHITE.with_alpha(0.6);

const SELECTION_HANDLE_COLOR: gdk::RGBA = gdk::RGBA::WHITE;
const SELECTION_HANDLE_SHADOW_COLOR: gdk::RGBA = gdk::RGBA::BLACK.with_alpha(0.2);
const SELECTION_HANDLE_RADIUS: f32 = 12.0;
Expand Down

0 comments on commit 81ef0f1

Please sign in to comment.