From de1e33ed189e30b2447ee0a01d57d3777ab22827 Mon Sep 17 00:00:00 2001 From: JasonGrass Date: Sun, 15 Dec 2024 12:17:56 +0800 Subject: [PATCH] Add configurability for the width of StackSummary in SettingsLayout, as well as configuration for controlling whether StackSummary is displayed based on the width of the SettingsLayout. --- SukiUI/Controls/SettingsLayout.axaml | 4 +-- SukiUI/Controls/SettingsLayout.axaml.cs | 48 +++++++++++++++++++++++-- 2 files changed, 48 insertions(+), 4 deletions(-) diff --git a/SukiUI/Controls/SettingsLayout.axaml b/SukiUI/Controls/SettingsLayout.axaml index 5e283dbec..1f00af28f 100644 --- a/SukiUI/Controls/SettingsLayout.axaml +++ b/SukiUI/Controls/SettingsLayout.axaml @@ -122,9 +122,9 @@