debugger: Style debugger tabs (#28572)

![image](https://github.com/user-attachments/assets/a88b1897-cb96-4c6c-b602-396a91ef4de8)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-11 15:33:36 +02:00 committed by GitHub
parent cdcad708f6
commit e09eeb7446
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 177 additions and 93 deletions

View file

@ -168,7 +168,7 @@ pub struct BreadcrumbText {
pub font: Option<Font>,
}
#[derive(Debug, Clone, Copy)]
#[derive(Clone, Copy, Default, Debug)]
pub struct TabContentParams {
pub detail: Option<usize>,
pub selected: bool,