From 409fc0021b058b005696991dbe09ee905af90e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Sun, 23 Feb 2025 07:57:10 +0100 Subject: [PATCH] style: reduce spacing in help window --- src/HelpWindow.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/HelpWindow.cpp b/src/HelpWindow.cpp index da4dcdc4..05b0d320 100644 --- a/src/HelpWindow.cpp +++ b/src/HelpWindow.cpp @@ -166,17 +166,17 @@ HelpWindow::HelpWindow(Widget* parent, bool supportsHdr, function closeC row->set_height(space); }; - addSpacer(about, 15); + addSpacer(about, 5); addText(about, "tev — The EXR Viewer", "sans-bold", 46); addText(about, "version " TEV_VERSION, "sans", 26); - addSpacer(about, 50); + addSpacer(about, 20); - addText(about, "tev was developed by Thomas Müller and is released under the BSD 3-Clause License."); - addText(about, "It was built directly or indirectly upon the following amazing third-party libraries."); + addText(about, "tev was developed by Thomas Müller and is released under the BSD 3-Clause"); + addText(about, "License. It was built directly or indirectly upon the following amazing third-party libraries."); - addSpacer(about, 30); + addSpacer(about, 20); addLibrary(about, "args", "", "Single-header argument parsing library"); addLibrary(about, "clip", "", "Cross-platform clipboard library");