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

ToZ pushed a commit 
to branch master
in repository panel-plugins/xfce4-genmon-plugin.

commit 3259babcaefba47235c550718e1422598878acdc
Author: ToZ <tony.pau...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to