From 638f717d905969c7d9d20c711c7d1c2c75665c2c Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 28 Aug 2018 16:54:51 +0200 Subject: Windows: Fix buttons at the bottom not shown when user sets a large system font under Window 7 --- src/Mount/Mount.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mount/Mount.rc') diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 75d3682f..381a8a76 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -179,7 +179,7 @@ BEGIN CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,190,242,88,20 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,242,88,20 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,98,242,88,20 - CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,2,151,372,119 + CONTROL "",IDC_LOWER_BOX,"Static",SS_ETCHEDFRAME,2,151,372,119 END IDD_PASSWORD_DLG DIALOGEX 0, 0, 330, 103 -- cgit v1.2.3