Skip to content

Commit 299da4a

Browse files
committed
Update README.md
1 parent 17681d1 commit 299da4a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,12 @@ Note: Grid Layout does not work as expected on macOS.
331331
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/basic_table-windows.png" alt="basic_table-windows"></td>
332332
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/basic_table-macos.png" alt="basic_table-macos"></td>
333333
</tr>
334+
<tr>
335+
<td><a href="examples/gallery/csv_viewer.cr">csv_viewer</a></td>
336+
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/csv_viewer-ubuntu.png" alt="csv_viewer-ubuntu"></td>
337+
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/csv_viewer-windows.png" alt="csv_viewer-windows"></td>
338+
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/csv_viewer-macos.png" alt="csv_viewer-macos"></td>
339+
</tr>
334340
<tr>
335341
<td><a href="examples/gallery/advanced_table.cr">advanced_table</a></td>
336342
<td><img src="https://raw.githubusercontent.com/kojix2/uing/screenshots/advanced_table-ubuntu.png" alt="advanced_table-ubuntu"></td>

examples/gallery/csv_viewer.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ require "csv"
33

44
class CSVViewer
55
# Constants
6-
WINDOW_WIDTH = 600
7-
WINDOW_HEIGHT = 400
6+
WINDOW_WIDTH = 400
7+
WINDOW_HEIGHT = 300
88
SUPPORTED_EXTENSIONS = %w[.csv .tsv]
99

1010
# Instance variables

0 commit comments

Comments
 (0)