[Xfce4-commits] [xfce/thunar-volman] 07/11: Make entries expand
noreply at xfce.org
noreply at xfce.org
Sat Sep 9 16:04:57 CEST 2017
This is an automated email from the git hooks/post-receive script.
a n d r e 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 xfce/thunar-volman.
commit f081d0e70c707f7e86f45f448ebb18e3b06f0fdd
Author: Andre Miranda <andre42m at gmail.com>
Date: Fri Aug 11 00:16:58 2017 -0300
Make entries expand
---
thunar-volman-settings/tvm-command-entry.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar-volman-settings/tvm-command-entry.c b/thunar-volman-settings/tvm-command-entry.c
index e764fe6..62ea3ed 100644
--- a/thunar-volman-settings/tvm-command-entry.c
+++ b/thunar-volman-settings/tvm-command-entry.c
@@ -371,7 +371,7 @@ tvm_command_entry_new_with_label (const gchar *label)
g_return_val_if_fail (label == NULL || g_utf8_validate (label, -1, NULL), NULL);
- entry = g_object_new (TVM_TYPE_COMMAND_ENTRY, NULL);
+ entry = g_object_new (TVM_TYPE_COMMAND_ENTRY, "hexpand", TRUE, NULL);
if (G_LIKELY (label != NULL))
g_object_set (G_OBJECT (entry->label), "label", label, "use-underline", TRUE, NULL);
return GTK_WIDGET (entry);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list