.
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m35s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m37s

This commit is contained in:
2026-02-12 14:11:55 +07:00
parent 836d9a99e1
commit 58571a806e
10 changed files with 226 additions and 190 deletions

View File

@@ -351,7 +351,7 @@ impl DockArea {
}
/// Set the panel style of the dock area.
pub fn panel_style(mut self, style: PanelStyle) -> Self {
pub fn style(mut self, style: PanelStyle) -> Self {
self.panel_style = style;
self
}