[Xfce4-commits] [panel-plugins/xfce4-genmon-plugin] 01/01: Enable multi-row support

noreply at xfce.org noreply at xfce.org
Sun Apr 5 15:06:38 CEST 2020


This is an automated email from the git hooks/post-receive script.

T   o   Z       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-genmon-plugin.

commit 3259babcaefba47235c550718e1422598878acdc
Author: ToZ <tony.paulic at gmail.com>
Date:   Sun Apr 5 09:06:18 2020 -0400

    Enable multi-row support
---
 panel-plugin/main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/panel-plugin/main.c b/panel-plugin/main.c
index 810a5cb..0380b20 100644
--- a/panel-plugin/main.c
+++ b/panel-plugin/main.c
@@ -1055,6 +1055,8 @@ static void genmon_construct (XfcePanelPlugin *plugin)
 
     g_signal_connect (G_OBJECT (genmon->oMonitor.wValButton), "clicked",
         G_CALLBACK (ExecOnValClickCmd), genmon);        
+
+    xfce_panel_plugin_set_small (plugin, TRUE);
 }
 
 XFCE_PANEL_PLUGIN_REGISTER (genmon_construct)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list