[gnome-tetravex/arnaudb/wip/gtk4: 26/49] The border-width property is gone.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex/arnaudb/wip/gtk4: 26/49] The border-width property is gone.
- Date: Wed, 2 Sep 2020 16:07:48 +0000 (UTC)
commit 7d01c426a5c36de6adeb9548d4d2c7a75556f1df
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Feb 21 03:53:40 2020 +0100
The border-width property is gone.
src/score-dialog.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/score-dialog.vala b/src/score-dialog.vala
index 2e60132..2b3b98f 100644
--- a/src/score-dialog.vala
+++ b/src/score-dialog.vala
@@ -61,7 +61,6 @@ private class ScoreDialog : Dialog
scroll.show ();
Box content_area = get_content_area ();
- content_area.border_width = 0;
content_area.pack_start (scroll, true, true, 0);
score_model = new Gtk.ListStore (3, typeof (string), typeof (string), typeof (int));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]