profile: add edition in settings

- fix a small offset of the preference window when
switching between tabs
- increase sizes of photos to avoid pixelisation

Change-Id: Idfb9149a8de08c034dff3e42b41f5888bba893f7
Tuleap: #530
diff --git a/src/RingWindowController.mm b/src/RingWindowController.mm
index 5f75ef4..3bc5413 100644
--- a/src/RingWindowController.mm
+++ b/src/RingWindowController.mm
@@ -89,6 +89,7 @@
                      &QItemSelectionModel::currentChanged,
                      [=](const QModelIndex &current, const QModelIndex &previous) {
                          auto call = RecentModel::instance().getActiveCall(current);
+
                          if(!current.isValid()) {
                              [offlineVC animateOut];
                              [currentCallVC animateOut];