Fixed the size of the Static Text in ditlUnimplemented

This commit is contained in:
Zaccari Silverman 2019-04-30 01:56:11 -04:00
parent b6913401ac
commit f9f26eb752
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ resource 'DITL' (ditlUnimplemented, purgeable){
{56, 300, 56+20, 380},
Button {enabled, "OK"};
{8, 72, 70, 380},
{8, 72, 38, 380},
StaticText { disabled, "This functionality has not yet been implemented."};
}
};