[gnome-tetravex/arnaudb/wip/gtk4: 38/60] 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: 38/60] The border-width property is gone.
- Date: Tue, 4 Aug 2020 14:23:42 +0000 (UTC)
commit 608aab8cd522c72d5076d11009737e23e2def520
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]