Skip to content

Commit

Permalink
Fixed: Dialog layout
Browse files Browse the repository at this point in the history
Fixes some issues with buttons being too big and too close together, so they were cutting off text.
  • Loading branch information
ahankinson committed Feb 13, 2023
1 parent c112f4f commit cc2dd75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/dialog/ExtensionDialog.msd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ExtensionDialog "Dialog"
X "138"
Y "282"
Width "205"
Height "170"
Height "180"
Controls
{
Text
Expand All @@ -30,17 +30,17 @@ ExtensionDialog "Dialog"
{
Title "Activate All Extensions"
X "2"
Y "77"
Width "68"
Y "78"
Width "90"
Height "14"
Method "SelectAllExtensions"
}
Button
{
Title "Deactivate All Extensions"
X "72"
Y "77"
Width "68"
X "111"
Y "78"
Width "90"
Height "14"
Method "DeselectAllExtensions"
}
Expand All @@ -58,13 +58,13 @@ ExtensionDialog "Dialog"
X "1"
Y "109"
Width "205"
Height "14"
Height "18"
}
Button
{
Title "Export"
X "151"
Y "129"
X "152"
Y "135"
Width "50"
Height "14"
DefaultButton "1"
Expand All @@ -73,8 +73,8 @@ ExtensionDialog "Dialog"
Button
{
Title "Cancel"
X "100"
Y "129"
X "93"
Y "135"
Width "50"
Height "14"
EndDialog "0"
Expand Down

0 comments on commit cc2dd75

Please sign in to comment.