settings_ui: Add theme settings controls (#15115)
This PR adds settings controls for the theme settings. Release Notes: - N/A
This commit is contained in:
parent
325e6b9fef
commit
740c444089
11 changed files with 392 additions and 156 deletions
|
@ -38,6 +38,7 @@ impl RenderOnce for ApplicationMenu {
|
|||
))
|
||||
},
|
||||
)
|
||||
.reserve_space_for_reset(true)
|
||||
.when(
|
||||
theme::has_adjusted_buffer_font_size(cx),
|
||||
|stepper| {
|
||||
|
@ -72,6 +73,7 @@ impl RenderOnce for ApplicationMenu {
|
|||
))
|
||||
},
|
||||
)
|
||||
.reserve_space_for_reset(true)
|
||||
.when(
|
||||
theme::has_adjusted_ui_font_size(cx),
|
||||
|stepper| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue