summaryrefslogtreecommitdiff
path: root/src/Properties.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/Properties.vala')
-rw-r--r--src/Properties.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Properties.vala b/src/Properties.vala
index 2a07bb0..ad0a041 100644
--- a/src/Properties.vala
+++ b/src/Properties.vala
@@ -7,7 +7,7 @@
private abstract class Properties : Gtk.Grid {
uint line_count = 0;
- public Properties() {
+ protected Properties() {
row_spacing = 6;
column_spacing = 12;
}