diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-12-04 22:28:30 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-12-05 00:07:13 +0100 |
commit | 13c6f2948e9d2d7c10c1bdf251a59b3c6c5ddf9d (patch) | |
tree | 138f3ab300cce498efe54206fea9281226d2d7ab /src/Mount/Mount.rc | |
parent | 533b7e1eb8689707693d25a215c215cd73715c5e (diff) | |
download | VeraCrypt-13c6f2948e9d2d7c10c1bdf251a59b3c6c5ddf9d.tar.gz VeraCrypt-13c6f2948e9d2d7c10c1bdf251a59b3c6c5ddf9d.zip |
Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 17c1b916..5e7abd90 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -164,7 +164,7 @@ BEGIN PUSHBUTTON "&Auto-Mount Devices",IDC_MOUNTALL,100,243,84,18
PUSHBUTTON "Di&smount All",IDC_UNMOUNTALL,192,243,84,18,WS_GROUP
PUSHBUTTON "E&xit",IDC_EXIT,284,243,84,18,WS_GROUP
- CONTROL 112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,16,192,27,31
+ CONTROL 112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,13,190,33,31
GROUPBOX "Volume",IDT_VOLUME,8,179,360,53
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,2,0,372,147
CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,282,242,88,20
|