diff --git a/source/ubl-settings-manager.c b/source/ubl-settings-manager.c
index 221c220..273f532 100644
--- a/source/ubl-settings-manager.c
+++ b/source/ubl-settings-manager.c
@@ -783,12 +783,12 @@ int load_apps(IVGraphicals *section, apps *applist, int size){
GError *err=NULL;
GtkTreeIter iter;
gtk_list_store_append(section->LV,&iter);
- int sz= *main_config.currentThemeIconSize+10;
+ int sz= yon_get_icon_size(*main_config.currentThemeIconSize)+10;
if (sz<50) sz=50;
GtkIconTheme *icthm=gtk_icon_theme_get_default();
GdkPixbuf *pixbuf=gtk_icon_info_load_icon(gtk_icon_theme_lookup_icon_for_scale(icthm, applist[i].Icon,yon_get_icon_size(*main_config.currentThemeIconSize),1,GTK_ICON_LOOKUP_FORCE_SVG),NULL);
GtkTreePath *pth = gtk_tree_model_get_path(GTK_TREE_MODEL(section->LV),&iter);
- gtk_list_store_set(section->LV,&iter,0,applist[i].Name,1,0.0,2,0.5, 3, sz+8, 4, pixbuf, 5,yon_get_icon_size(*main_config.currentThemeIconSize), -1);
+ gtk_list_store_set(section->LV,&iter,0,applist[i].Name,1,0.0,2,0.5, 3, sz+8, 4, pixbuf, 5,yon_get_icon_size(*main_config.currentThemeIconSize)+10, -1);
int cols = gtk_icon_view_get_columns(GTK_ICON_VIEW(section->IV));
gtk_icon_view_set_columns(GTK_ICON_VIEW(section->IV), -1);
gtk_icon_view_set_columns(GTK_ICON_VIEW(section->IV), cols);
diff --git a/ubl-settings-manager.glade b/ubl-settings-manager.glade
index 16761af..d132401 100644
--- a/ubl-settings-manager.glade
+++ b/ubl-settings-manager.glade
@@ -1568,8 +1568,8 @@
-
-
+
+
+ 5
3
1
2