toolbar: Add gap between the Kernel and REPL button (#21871)
Before:  After:  Also works with dark themes:  Release Notes: - N/A Co-authored-by: raphael.kieling <raphael.kieling-ext@ab-inbev.com>
This commit is contained in:
parent
227f21f035
commit
02fbad18ce
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ impl QuickActionBar {
|
|||
let tooltip: SharedString = SharedString::from(format!("Setup Zed REPL for {}", language));
|
||||
Some(
|
||||
h_flex()
|
||||
.gap(DynamicSpacing::Base06.rems(cx))
|
||||
.child(self.render_kernel_selector(cx))
|
||||
.child(
|
||||
IconButton::new("toggle_repl_icon", IconName::ReplNeutral)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue