From 2d68477a27ef27cde302af3e92eb92a10a6dfae3 Mon Sep 17 00:00:00 2001 From: Hleb Valoshka <375gnu@gmail.com> Date: Thu, 21 Nov 2019 14:36:45 +0300 Subject: [PATCH] [win32] Make "Resolution" text in "Display mode" dialog wider --- src/celestia/res/celestia.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/celestia/res/celestia.rc b/src/celestia/res/celestia.rc index 4ed9dcb01..e80a7e95e 100644 --- a/src/celestia/res/celestia.rc +++ b/src/celestia/res/celestia.rc @@ -999,10 +999,10 @@ FONT 8, "Segoe UI", 0, 0, 0x0 BEGIN - COMBOBOX IDC_COMBO_RESOLUTION,57,18,110,90,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP + COMBOBOX IDC_COMBO_RESOLUTION,77,18,90,90,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP - RTEXT "Resolution",IDC_STATIC,7,21,43,8 + RTEXT "Resolution",IDC_STATIC,7,21,63,8 DEFPUSHBUTTON "OK",IDOK,27,44,50,14