This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 086ee66  Make box bigger as text is now longer
086ee66 is described below

commit 086ee661080b5a6df15e9dd84f9aa03f6a26bda3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 14 15:31:05 2024 +0100

    Make box bigger as text is now longer
---
 src/native/windows/apps/prunmgr/prunmgr.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc 
b/src/native/windows/apps/prunmgr/prunmgr.rc
index b0909a6..6cfb0f9 100644
--- a/src/native/windows/apps/prunmgr/prunmgr.rc
+++ b/src/native/windows/apps/prunmgr/prunmgr.rc
@@ -89,7 +89,7 @@ BEGIN
     EDITTEXT        IDC_PPSGDISP,70,22,180,12,ES_AUTOHSCROLL
     LTEXT           "&Description: ",IDC_STATIC,10,41,43,8
     EDITTEXT        IDC_PPSGDESC,70,40,180,12,ES_AUTOHSCROLL
-    LTEXT           "Command used to start service:",IDC_STATIC,10,63,66,8
+    LTEXT           "Command used to start service:",IDC_STATIC,10,63,110,8
     EDITTEXT        IDC_PPSGDEXE,10,75,240,12,ES_AUTOHSCROLL | WS_DISABLED
     LTEXT           "Startup typ&e:",IDC_STATIC,10,94,46,8
     COMBOBOX        IDC_PPSGCMBST,70,93,180,80,CBS_DROPDOWNLIST | WS_VSCROLL |

Reply via email to