[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 13/18: Fix CurveView text overlay control sensitivity
noreply at xfce.org
noreply at xfce.org
Tue Jun 28 21:33:35 CEST 2016
This is an automated email from the git hooks/post-receive script.
omegaphil pushed a commit to branch omegaphil/graph-disk-io
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 7191fecbc5f0a28ca102e1aa079606e7d1a3a7c3
Author: OmegaPhil <OmegaPhil at startmail.com>
Date: Fri Jun 24 17:39:04 2016 +0100
Fix CurveView text overlay control sensitivity
Fixes On Hardware Monitor Preferences dialog creation, 'Use this font'
and other controls are not disabled if text overlay is disabled /
https://bugzilla.xfce.org/show_bug.cgi?id=12215
---
src/ui.glade | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/ui.glade b/src/ui.glade
index 9a27b47..6b5f02c 100644
--- a/src/ui.glade
+++ b/src/ui.glade
@@ -2885,6 +2885,7 @@ individual monitor values</property>
<object class="GtkCheckButton" id="text_overlay_font_checkbutton">
<property name="label" translatable="yes">Use this font:</property>
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
@@ -2899,6 +2900,7 @@ individual monitor values</property>
<child>
<object class="GtkFontButton" id="text_overlay_fontbutton">
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="title" translatable="yes">Choose a Font</property>
@@ -2925,6 +2927,7 @@ individual monitor values</property>
<child>
<object class="GtkColorButton" id="text_overlay_colorbutton">
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="color">#000000000000</property>
@@ -2961,6 +2964,7 @@ individual monitor values</property>
<child>
<object class="GtkComboBox" id="text_overlay_position_combobox">
<property name="visible">True</property>
+ <property name="sensitive">False</property>
<property name="can_focus">False</property>
</object>
<packing>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list