We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7540e16 commit d75870aCopy full SHA for d75870a
egui/src/context_menu.rs
@@ -134,7 +134,7 @@ impl<'a> SubMenu<'a> {
134
let padding = ui.spacing().button_padding.x;
135
let button = frame.show(ui, |ui| {
136
ui.horizontal(|ui| {
137
- ui.with_layout(Layout::left_to_right().with_cross_align(Align::LEFT), |ui| {
+ ui.with_layout(Layout::left_to_right(), |ui| {
138
ui.add_space(padding);
139
ui.label(label);
140
});
0 commit comments