[four-in-a-row/arnaudb/wip/gtk4: 64/92] The border-width property is gone.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row/arnaudb/wip/gtk4: 64/92] The border-width property is gone.
- Date: Sat, 26 Sep 2020 10:29:07 +0000 (UTC)
commit 7bd91dc36e01b26704e1cb0ec8b422ab2d6eba2e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Sun Apr 19 19:52:56 2020 +0200
The border-width property is gone.
src/scorebox.vala | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/scorebox.vala b/src/scorebox.vala
index 164afa2..abe32e7 100644
--- a/src/scorebox.vala
+++ b/src/scorebox.vala
@@ -51,7 +51,10 @@ private class Scorebox : Dialog
grid.halign = Align.CENTER;
grid.row_spacing = 2;
grid.column_spacing = 6;
- grid.border_width = 10;
+ grid.margin_start = 10;
+ grid.margin_end = 10;
+ grid.margin_top = 10;
+ grid.margin_bottom = 10;
label_name_top = new Label (null);
grid.attach (label_name_top, 0, 0, 1, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]