tweaks
This commit is contained in:
parent
73baad8ae6
commit
d16acf2139
|
@ -302,9 +302,9 @@ impl cosmic::Application for App {
|
|||
|
||||
let presenter_window = self.windows.get(1);
|
||||
let text = if self.presentation_open {
|
||||
text::body("End Presentation")
|
||||
text::text("End Presentation")
|
||||
} else {
|
||||
text::body("Present")
|
||||
text::text("Present")
|
||||
};
|
||||
|
||||
vec![
|
||||
|
|
|
@ -565,7 +565,7 @@ pub(crate) fn slide_view<'a>(
|
|||
Background::Color(Color::BLACK)
|
||||
.scale_alpha(0.4),
|
||||
)
|
||||
.padding(3)])
|
||||
.padding(1)])
|
||||
.size(font_size)
|
||||
.font(font)
|
||||
.center()
|
||||
|
|
Loading…
Reference in a new issue