Skip to content

Commit 32852ae

Browse files
authored
minor fix: dock positioning for option buttons within EventWindow
1 parent 39e0f2f commit 32852ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Client.Core/Interface/Game/EventWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void CreateOptionButtons()
194194
{
195195
var optionButton = new Button(_optionsPanel, $"OptionButton_{optionIndex}")
196196
{
197-
Dock = Pos.Bottom,
197+
Dock = Pos.Top,
198198
Font = _defaultFont,
199199
FontSize = 12,
200200
Text = visibleOptions[optionIndex],

0 commit comments

Comments
 (0)