[Xfce4-commits] <xfce4-mixer:master> Fix small plugin button in the new panel. Spotted by Nick.
Jannis Pohlmann
noreply at xfce.org
Sun Feb 14 15:00:02 CET 2010
Updating branch refs/heads/master
to aa1abf73c36b5b61089ccdda62130ce56bb6343c (commit)
from c9d484088b0177fe566a00da7b4d7ea8ad559c95 (commit)
commit aa1abf73c36b5b61089ccdda62130ce56bb6343c
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Sun Feb 14 14:58:11 2010 +0100
Fix small plugin button in the new panel. Spotted by Nick.
panel-plugin/xfce-mixer-plugin.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/panel-plugin/xfce-mixer-plugin.c b/panel-plugin/xfce-mixer-plugin.c
index b5a65c4..88eeaad 100644
--- a/panel-plugin/xfce-mixer-plugin.c
+++ b/panel-plugin/xfce-mixer-plugin.c
@@ -237,9 +237,6 @@ xfce_mixer_plugin_size_changed (XfceMixerPlugin *mixer_plugin,
/* Get the orientation of the panel */
orientation = xfce_panel_plugin_get_orientation (mixer_plugin->plugin);
- /* Resize the panel plugin */
- gtk_widget_set_size_request (GTK_WIDGET (mixer_plugin->plugin), size, size);
-
/* Determine size for the volume button icons */
size -= 2 + 2 * MAX (mixer_plugin->button->style->xthickness, mixer_plugin->button->style->ythickness);
More information about the Xfce4-commits
mailing list