mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Publish 0.14.2 (#670)
* Fix window resize bug introduced in `0.14.1`. * tweak plot demo layout to allow more narrow window * Release 0.14.2 - Window resize fix
This commit is contained in:
@@ -75,8 +75,7 @@ impl LineDemo {
|
||||
.on_hover_text("Always keep the viewport square.");
|
||||
ui.checkbox(proportional, "Proportional data axes")
|
||||
.on_hover_text("Tick are the same size on both axes.");
|
||||
});
|
||||
ui.vertical(|ui| {
|
||||
|
||||
ComboBox::from_label("Line style")
|
||||
.selected_text(line_style.to_string())
|
||||
.show_ui(ui, |ui| {
|
||||
|
||||
Reference in New Issue
Block a user