mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Documentation spell fix
This commit is contained in:
parent
bfb422067a
commit
df0d93ae74
@ -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