UI: change element's placement in SmartList

make SmartList row UI more readable

Change-Id: I2f802908214af7a44df09759e63561bf42131d00
Reviewed-by: Anthony Léonard <anthony.leonard@savoirfairelinux.com>
diff --git a/src/views/ContextualTableCellView.h b/src/views/ContextualTableCellView.h
index 60a8823..38a962a 100644
--- a/src/views/ContextualTableCellView.h
+++ b/src/views/ContextualTableCellView.h
@@ -30,5 +30,9 @@
  * BOOL specifying if controls should be presented when mouse is hover
  */
 @property (nonatomic) BOOL activeState;
+/**
+ * BOOL specifying if background behind controls should be blured
+ */
+@property (nonatomic) BOOL shouldBlurParentView;
 
 @end