From 33e6da28fa7c2b0aecd5875bfd39302fb7e6e9fa Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 2 Mar 2023 16:23:58 +0600 Subject: [PATCH] Options menu redesigned --- source/ubl-settings-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-manager.c b/source/ubl-settings-manager.c index 9367c6c..43be70f 100644 --- a/source/ubl-settings-manager.c +++ b/source/ubl-settings-manager.c @@ -287,7 +287,7 @@ void on_paned_move(GtkPaned* self, GtkScrollType* scroll_type, actionWidgets *wi if (position <115) {position=115;} double pos=((double)position-(11/(double)position*4)*500)/1.3; if (pos<110) pos=110; - printf("Paned moved to %f\n",pos); + // printf("Paned moved to %f\n",pos); for (dictionary *dict=widgets->ICSys;dict!=NULL;dict=dict->next){ IVGraphicals *IV=(IVGraphicals*)dict->data; gtk_icon_view_set_item_width(GTK_ICON_VIEW(IV->IV),pos);