From cc29f9d14e6be9623f5671ebddcb5d2f3edd67d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org> Date: Thu, 23 May 2024 23:50:35 +0200 Subject: [PATCH] settings: Add tooltip about actions on lid closed Completes: fce18c08f7bcb526611113eefe938684dfedcf7f --- data/interfaces/xfpm-settings.ui | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui index 76d56d18..6a22df2a 100644 --- a/data/interfaces/xfpm-settings.ui +++ b/data/interfaces/xfpm-settings.ui @@ -829,6 +829,7 @@ <property name="can_focus">False</property> <property name="margin_left">18</property> <property name="label" translatable="yes">When laptop lid is closed:</property> + <property name="tooltip-text" translatable="yes">These actions only take place if no external display is connected</property> <property name="xalign">0</property> </object> <packing> @@ -841,6 +842,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="tooltip-text" translatable="yes">These actions only take place if no external display is connected</property> <child> <object class="GtkCellRendererText" id="renderer9"/> <attributes> @@ -904,6 +906,7 @@ <property name="can_focus">False</property> <property name="margin_left">18</property> <property name="label" translatable="yes">When laptop lid is closed:</property> + <property name="tooltip-text" translatable="yes">These actions only take place if no external display is connected</property> <property name="xalign">0</property> </object> <packing> @@ -916,6 +919,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="tooltip-text" translatable="yes">These actions only take place if no external display is connected</property> <child> <object class="GtkCellRendererText" id="renderer10"/> <attributes> -- GitLab