Skip to content

Commit 4eb59ea

Browse files
authored
EventDialog: remove dialog properties (#912)
Already taken care of by Granite.Dialog
1 parent 4ec42bf commit 4eb59ea

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/EventEdition/EventDialog.vala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ public class EventDialog : Granite.Dialog {
6868
event_type = EventType.EDIT;
6969
}
7070

71-
// Dialog properties
72-
window_position = Gtk.WindowPosition.CENTER_ON_PARENT;
73-
type_hint = Gdk.WindowTypeHint.DIALOG;
74-
7571
guests_panel = new EventEdition.GuestsPanel (this);
7672
info_panel = new EventEdition.InfoPanel (this);
7773
location_panel = new EventEdition.LocationPanel (this);

0 commit comments

Comments
 (0)