Skip to content

Commit

Permalink
Merge pull request #688 from marc2k3/label
Browse files Browse the repository at this point in the history
Fix label truncation in item details options
  • Loading branch information
reupen authored Apr 1, 2023
2 parents 91b54cc + 116b7c4 commit 46f0b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_ui_columns/foo_ui_columns.rc
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ BEGIN
EDITTEXT IDC_COLOUR_CODE,108,197,162,13,ES_AUTOHSCROLL | ES_READONLY
PUSHBUTTON "Generate font code...",IDC_GEN_FONT,14,218,88,13
EDITTEXT IDC_FONT_CODE,108,218,162,13,ES_AUTOHSCROLL | ES_READONLY
LTEXT "Horizontal alignment",IDC_STATIC,14,245,70,8
LTEXT "Horizontal alignment",IDC_STATIC,14,245,75,8
COMBOBOX IDC_HALIGN,14,255,82,65,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Vertical alignment",IDC_STATIC,108,245,67,8
COMBOBOX IDC_VALIGN,108,255,82,65,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
Expand Down

0 comments on commit 46f0b34

Please sign in to comment.