diff --git a/ApplicationResourcePatches/DITL/2005.json b/ApplicationResourcePatches/DITL/2005.json index 351b1d4..381f6df 100644 --- a/ApplicationResourcePatches/DITL/2005.json +++ b/ApplicationResourcePatches/DITL/2005.json @@ -4,7 +4,7 @@ { "name" : "Okay", "itemType" : "Button", - "pos" : [ 438, 316 ], + "pos" : [ 438, 292 ], "size" : [ 58, 20 ], "id" : 1, "enabled" : true @@ -12,7 +12,7 @@ { "name" : "Export Source Code to ZIP Archive...", "itemType" : "Button", - "pos" : [ 205, 316 ], + "pos" : [ 205, 292 ], "size" : [ 226, 20 ], "id" : 1, "enabled" : false @@ -176,14 +176,6 @@ "size" : [ 66, 20 ], "id" : 1, "enabled" : true - }, - { - "name" : "Ping sound original: Darrelle Jed Montojo (\"LittleRainySeasons\")", - "itemType" : "Label", - "pos" : [ 16, 277 ], - "size" : [ 406, 20 ], - "id" : 1, - "enabled" : true } ] } \ No newline at end of file diff --git a/ApplicationResourcePatches/SND/1063.wav b/ApplicationResourcePatches/SND/1063.wav index 757322b..3d3d196 100644 Binary files a/ApplicationResourcePatches/SND/1063.wav and b/ApplicationResourcePatches/SND/1063.wav differ diff --git a/GpApp/About.cpp b/GpApp/About.cpp index 336b9b5..42e8194 100644 --- a/GpApp/About.cpp +++ b/GpApp/About.cpp @@ -249,7 +249,7 @@ void DoAboutOpenSource(void) static const int kAboutOpenSourceDialogTemplateID = 2005; - const Rect windowRect = Rect::Create(0, 0, 348, 512); + const Rect windowRect = Rect::Create(0, 0, 324, 512); PortabilityLayer::WindowDef wdef = PortabilityLayer::WindowDef::Create(windowRect, PortabilityLayer::WindowStyleFlags::kAlert, true, 0, 0, PSTR(""));