[gtk+] testflowbox: hexpand the flowbox
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] testflowbox: hexpand the flowbox
- Date: Sat, 22 Jul 2017 04:50:08 +0000 (UTC)
commit b838cc0d65cb21e2a7bd6eb8310375530e3b3f99
Author: Timm Bäder <mail baedert org>
Date: Sat Jul 22 06:51:19 2017 +0200
testflowbox: hexpand the flowbox
tests/testflowbox.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/testflowbox.c b/tests/testflowbox.c
index 7ce5d22..c5ee16b 100644
--- a/tests/testflowbox.c
+++ b/tests/testflowbox.c
@@ -530,7 +530,6 @@ create_window (void)
gtk_widget_show (hbox);
widget = gtk_label_new ("H Spacing");
- gtk_widget_set_hexpand (widget, TRUE);
gtk_box_pack_start (GTK_BOX (hbox), widget);
widget = gtk_spin_button_new_with_range (0, 30, 1);
@@ -551,7 +550,6 @@ create_window (void)
gtk_widget_show (hbox);
widget = gtk_label_new ("V Spacing");
- gtk_widget_set_hexpand (widget, TRUE);
gtk_box_pack_start (GTK_BOX (hbox), widget);
widget = gtk_spin_button_new_with_range (0, 30, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]