update icons

This commit is contained in:
2026-08-19 20:27:21 +07:00
parent 56561ce076
commit 55fd3324b3
104 changed files with 146 additions and 253 deletions
+3 -2
View File
@@ -731,7 +731,7 @@ impl TabPanel {
.gap_1()
.child(
Button::new("tab:prev")
.icon(IconName::ChevronLeft)
.icon(IconName::ArrowLeft)
.small()
.ghost()
.tab_stop(false)
@@ -743,7 +743,7 @@ impl TabPanel {
)
.child(
Button::new("tab:next")
.icon(IconName::ChevronRight)
.icon(IconName::ArrowRight)
.small()
.ghost()
.tab_stop(false)
@@ -910,6 +910,7 @@ impl TabPanel {
// Right -1 for avoid border overlap with the first tab
.right(-px(1.))
.h_full()
.gap_2()
.px_2()
.when(needs_traffic_light_padding, |this| this.pl(px(80.)))
.children(left_dock_button)