From 9bf6eaf4856d0935b1e3d1a1da8411a4b63f5a41 Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Fri, 27 Mar 2026 10:46:06 +0100 Subject: [PATCH] another try with the license --- pyproject.toml | 2 +- src/gui/DamarisGUI.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d3e7e6..886bc76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">= 3.9" name = "python3-damaris" version = "0.19" description = "Python version 3 frontend for DAMARIS (DArmstadt MAgnetic Resonance Instrument Software)" -license = "GPL-2.0" +license = {text = "GPL-2.0"} keywords = ["NMR", "data-processing"] readme = {file = "README", content-type = "text/plain"} dependencies = [ diff --git a/src/gui/DamarisGUI.py b/src/gui/DamarisGUI.py index a13e025..be71bb2 100644 --- a/src/gui/DamarisGUI.py +++ b/src/gui/DamarisGUI.py @@ -2297,7 +2297,7 @@ class MonitorWidgets: image = gtk.Image.new_from_file("/usr/share/icons/breeze/actions/24/crosshairs-symbolic.svg") button.set_image(image) except: - pass + pass button.set_tooltip_text('Enable Crosshairs') button.show() button.connect('toggled', self.toggle_cursor)