mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-24 01:46:31 +00:00
Merge pull request #82 from cmbrandenburg/spell_fix
Documentation spell fix
This commit is contained in:
commit
e4b8e8b3a5
@ -179,7 +179,7 @@ impl ColorStyle {
|
|||||||
/// Represents the style a Cursive application will use.
|
/// Represents the style a Cursive application will use.
|
||||||
#[derive(Clone,Debug)]
|
#[derive(Clone,Debug)]
|
||||||
pub struct Theme {
|
pub struct Theme {
|
||||||
/// Wheter views in a StackView should have shadows.
|
/// Whether views in a StackView should have shadows.
|
||||||
pub shadow: bool,
|
pub shadow: bool,
|
||||||
/// How view borders should be drawn.
|
/// How view borders should be drawn.
|
||||||
pub borders: Option<BorderStyle>,
|
pub borders: Option<BorderStyle>,
|
||||||
|
Loading…
Reference in New Issue
Block a user