Add Grouping Options

Add options to change the horizontal gap between grouped windows.
This commit is contained in:
Elitesparkle
2024-03-30 13:33:19 +01:00
parent cfb3596608
commit 03a1efe4ba
4 changed files with 32 additions and 17 deletions
+1 -3
View File
@@ -881,6 +881,7 @@ local default_profile = {
max_window_size = {width = 480, height = 450},
new_window_size = {width = 310, height = 158},
window_clamp = {-8, 0, 21, -14},
grouping_horizontal_gap = 0,
disable_window_groups = false,
disable_reset_button = false,
disable_lock_ungroup_buttons = false,
@@ -2145,6 +2146,3 @@ function Details.ShowImportProfileConfirmation(message, callback)
Details.profileConfirmationDialog.button_true.true_function = callback
Details.profileConfirmationDialog.textbox:SetFocus(true)
end