File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ require "csv"
33
44class 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
You can’t perform that action at this time.
0 commit comments