Skip to content

Commit 04ef9e6

Browse files
committed
Readme: limit image width
1 parent 47df0ec commit 04ef9e6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
66
<!-- default badges end -->
77

8-
# DevExpress VCL ReportsLocalize the Report Viewer and Report Designer
8+
# DevExpress VCL ReportsLocalize the Report Viewer and Report Designer
99

1010
This example localizes DevExpress VCL Reports components.
1111

@@ -15,15 +15,15 @@ The localization example in this repository gives users a choice between English
1515
[Report Designer](https://docs.devexpress.com/XtraReports/119176/web-reporting/web-end-user-report-designer).
1616
The example includes projects for both [Delphi](./Delphi) and [C++Builder](./CPB).
1717

18-
![Start screen of the localization example, offering to select between English and German, and to display Report Designer and Report Viewer dialogs](./images/Lokalisierungsbeispiel.png)
18+
<img width="450" src="./images/Lokalisierungsbeispiel.png" alt="Start screen of the localization example, offering to select between English and German, and to display Report Designer and Report Viewer dialogs" />
1919

2020
## Prerequisites
2121

2222
See the [DevExpress Reports Prerequisites](https://docs.devexpress.com/VCL/405469/ExpressReports/vcl-reports#expressreports-prerequisites).
2323

2424
## Implementation Details
2525

26-
To localize the DevExpress Report Designer and Report Viewer in your Delphi or C++ Builder application,
26+
To localize the DevExpress Report Designer and Report Viewer in your Delphi or C++Builder application,
2727
do the following:
2828

2929
1. Use the [DevExpress UI Localization Service](https://docs.devexpress.com/GeneralInformation/16235/localization/localization-service)
@@ -83,11 +83,11 @@ The DevExpress VCL library components support localization using [resource files
8383
8484
## Localized Report Dialogs Preview
8585
86-
Localized Report Designer:
86+
**Localized Report Designer:**
8787
8888
![VCL Report Designer dialog with interface localized into German](./images/Berichtsdesigner.png)
8989
90-
Localized Report Viewer:
90+
**Localized Report Viewer:**
9191
9292
![VCL Report Viewer dialog with interface localized into German](./images/Berichtsanzeige.png)
9393

0 commit comments

Comments
 (0)