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:
co-authored by
raphael.kieling
parent
227f21f035
commit
02fbad18ce
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user