Updated appearance gap min
Updated the appearance page’s gap min to reflect the theme_builder.active_hint value instead of the default theme.active_hint value.
This commit is contained in:
parent
d01e0d85fb
commit
18ff986fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -1983,7 +1983,7 @@ pub fn window_management() -> Section<crate::pages::Message> {
|
|||
page.theme_builder.gaps.1.to_string(),
|
||||
page.theme_builder.gaps.1,
|
||||
1,
|
||||
page.theme.active_hint,
|
||||
page.theme_builder.active_hint,
|
||||
500,
|
||||
Message::GapSize,
|
||||
)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue