Compare commits
No commits in common. "main" and "2.1.3" have entirely different histories.
|
|
@ -53,7 +53,6 @@ impl CompUi for Header {
|
||||||
));
|
));
|
||||||
let frame_margin = tf.total_margin();
|
let frame_margin = tf.total_margin();
|
||||||
tf.show(ui, |ui| {
|
tf.show(ui, |ui| {
|
||||||
ui.style_mut().visuals.override_text_color = Some(theme.text_color);
|
|
||||||
ui.with_layout(Layout::top_down_justified(Align::LEFT), |ui| {
|
ui.with_layout(Layout::top_down_justified(Align::LEFT), |ui| {
|
||||||
ui.set_width(resp.rect.width() - frame_margin.sum().x);
|
ui.set_width(resp.rect.width() - frame_margin.sum().x);
|
||||||
let st = SearchType::from_str(&search_text);
|
let st = SearchType::from_str(&search_text);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user