From 8564602c3b192707b1416c766c2c35126d816659 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:15:44 -0300 Subject: [PATCH] command palette: Make footer buttons justified to the right (#41382) Release Notes: - N/A --- crates/command_palette/src/command_palette.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/command_palette/src/command_palette.rs b/crates/command_palette/src/command_palette.rs index dc71355d4d5ba29bdb6801a6ea80aaa808045e51..aacc7c5262c87bf8bcf2d17f7bbda1a63b020f91 100644 --- a/crates/command_palette/src/command_palette.rs +++ b/crates/command_palette/src/command_palette.rs @@ -531,7 +531,7 @@ impl PickerDelegate for CommandPaletteDelegate { .w_full() .p_1p5() .gap_1() - .justify_between() + .justify_end() .border_t_1() .border_color(cx.theme().colors().border_variant) .child(keybinding_buttons)