Commit 229a1b9 1 parent fe5bcfc commit 229a1b9 Copy full SHA for 229a1b9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2423,7 +2423,7 @@ function GSE.CreateEditor()
2423
2423
2424
2424
local linegroup1 = AceGUI :Create (" KeyGroup" )
2425
2425
linegroup1 :SetLayout (" Flow" )
2426
- linegroup1 :SetWidth (contentcontainer : GetWidth () )
2426
+ linegroup1 :SetWidth (editframe . Width - 250 )
2427
2427
2428
2428
local spacerlabel1 = AceGUI :Create (" Label" )
2429
2429
spacerlabel1 :SetWidth (5 )
@@ -2666,7 +2666,7 @@ function GSE.CreateEditor()
2666
2666
2667
2667
local linegroup2 = AceGUI :Create (" KeyGroup" )
2668
2668
linegroup2 :SetLayout (" Flow" )
2669
- linegroup2 :SetWidth (contentcontainer : GetWidth () )
2669
+ linegroup2 :SetWidth (editframe . Width - 250 )
2670
2670
2671
2671
local spacerlabel2 = AceGUI :Create (" Label" )
2672
2672
spacerlabel2 :SetWidth (6 )
@@ -2839,7 +2839,7 @@ function GSE.CreateEditor()
2839
2839
2840
2840
local linegroup3 = AceGUI :Create (" KeyGroup" )
2841
2841
linegroup3 :SetLayout (" Flow" )
2842
- linegroup3 :SetWidth (contentcontainer : GetWidth () )
2842
+ linegroup3 :SetWidth (editframe . Width - 250 )
2843
2843
2844
2844
local spacerlabel3 = AceGUI :Create (" Label" )
2845
2845
spacerlabel3 :SetWidth (6 )
You can’t perform that action at this time.
0 commit comments