egui/crates
Robert Walter 0ad8aea811
Fix: button_padding when using image+text buttons (#2510)
* feat(image-button-margin): implement image button margin

- add `image_margin` field on `Button` widget
- implement setter method called `image_margin` for `Button` widget
- use margin from `image_margin` field of `Button` widget in `Widget`
  trait functions

* feat(image-button-margin): update changelog

* feat(image-button-margin): implement `map_or` clippy fix

* feat(image-button-margin): remove margin field & fix button-padding instead

* feat(image-button-margin): fix CI errors

* feat(image-button-margin): update changelog to include fix

* feat(image-button-margin): re-add changes after creating screenshots for PR
2023-01-23 09:23:57 +01:00
..
ecolor Improve the look of thin lines, making them look weaker (#2437) 2022-12-12 16:18:05 +01:00
eframe eframe web: ctrl-P and cmd-P will not open the print dialog (#2598) 2023-01-16 14:40:19 +01:00
egui Fix: button_padding when using image+text buttons (#2510) 2023-01-23 09:23:57 +01:00
egui-wgpu egui-wgpu: only depend on epaint (not entire egui) (#2438) 2022-12-12 17:25:00 +01:00
egui-winit Clamp eframe window size to at most the size of the largest monitor (#2445) 2022-12-13 09:09:36 +01:00
egui_demo_app Rename eframe::EframeError to eframe::Error 2022-12-14 17:29:54 +01:00
egui_demo_lib Improve choice of number of decimals to show when hovering in plot 2022-12-20 15:27:01 +01:00
egui_extras Point to caller's location when using log_or_panic (#2552) 2023-01-07 20:27:19 +01:00
egui_glium Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes 2022-12-11 17:04:23 +01:00
egui_glow eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Add emath::inverse_lerp 2022-12-22 12:33:06 +01:00
epaint Fix newly introduced rendering bug for thin rectangles 2022-12-19 11:31:27 +01:00