We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec42bf commit 4eb59eaCopy full SHA for 4eb59ea
1 file changed
src/EventEdition/EventDialog.vala
@@ -68,10 +68,6 @@ public class EventDialog : Granite.Dialog {
68
event_type = EventType.EDIT;
69
}
70
71
- // Dialog properties
72
- window_position = Gtk.WindowPosition.CENTER_ON_PARENT;
73
- type_hint = Gdk.WindowTypeHint.DIALOG;
74
-
75
guests_panel = new EventEdition.GuestsPanel (this);
76
info_panel = new EventEdition.InfoPanel (this);
77
location_panel = new EventEdition.LocationPanel (this);
0 commit comments