Select syntax theme based on system theme, update cosmic-text
This commit is contained in:
parent
cec433085a
commit
6f0994f752
4 changed files with 55 additions and 38 deletions
|
|
@ -662,7 +662,7 @@ impl cosmic::Application for App {
|
|||
}
|
||||
|
||||
fn view(&self) -> Element<Message> {
|
||||
let mut tab_column = widget::column::with_capacity(3).padding([0, 16]);
|
||||
let mut tab_column = widget::column::with_capacity(3).padding([0, 8]);
|
||||
|
||||
tab_column = tab_column.push(
|
||||
row![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue