mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Replace TODO: with TODO(emilk): and update code guidelines
This commit is contained in:
@@ -95,7 +95,7 @@ impl<'a> Widget for DatePickerButton<'a> {
|
||||
if pos.x + width_with_padding > ui.clip_rect().right() {
|
||||
pos.x = button_response.rect.right() - width_with_padding;
|
||||
}
|
||||
//TODO: Better positioning
|
||||
//TODO(elwerene): Better positioning
|
||||
|
||||
let area_response = Area::new(ui.make_persistent_id(&self.id_source))
|
||||
.order(Order::Foreground)
|
||||
|
||||
@@ -257,7 +257,7 @@ impl<'a> DatePickerPopup<'a> {
|
||||
});
|
||||
}
|
||||
|
||||
//TODO: Locale
|
||||
//TODO(elwerene): Locale
|
||||
for name in ["Mo", "Tu", "We", "Th", "Fr", "Sa", "Su"] {
|
||||
header.col(|ui| {
|
||||
ui.with_layout(
|
||||
|
||||
Reference in New Issue
Block a user