[gnome-tetravex/arnaudb/wip/gtk4: 7/21] The border-width property is gone.



commit b40dabe3011be7b009e0fe600f07535eda43fcee
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 f5a9bd7..65c6177 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]