[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 10/41: Replace GtkHScale.

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:32:24 CEST 2016


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

gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 7f874b5cfe341865892506bd24d831f6afa3ecd8
Author: Graeme Gott <graeme at gottcode.org>
Date:   Mon Aug 8 09:20:58 2016 -0400

    Replace GtkHScale.
---
 panel-plugin/configuration-dialog.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/configuration-dialog.cpp b/panel-plugin/configuration-dialog.cpp
index 827befd..264884c 100644
--- a/panel-plugin/configuration-dialog.cpp
+++ b/panel-plugin/configuration-dialog.cpp
@@ -632,7 +632,7 @@ GtkWidget* ConfigurationDialog::init_appearance_tab()
 	gtk_widget_set_halign(label, GTK_ALIGN_START);
 	gtk_grid_attach(menu_table, label, 0, 6, 1, 1);
 
-	m_background_opacity = gtk_hscale_new_with_range(0.0, 100.0, 1.0);
+	m_background_opacity = gtk_scale_new_with_range(GTK_ORIENTATION_HORIZONTAL, 0.0, 100.0, 1.0);
 	gtk_widget_set_hexpand(GTK_WIDGET(m_background_opacity), true);
 	gtk_grid_attach(menu_table, m_background_opacity, 1, 6, 1, 1);
 	gtk_scale_set_value_pos(GTK_SCALE(m_background_opacity), GTK_POS_RIGHT);

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


More information about the Xfce4-commits mailing list