@LiquidCake commented on this pull request.
>
- label = gtk_label_new_with_mnemonic(
- _("Directory _levels to include in the backup
destination:"));
+ label = gtk_label_new(_("milliseconds"));
+
+ gtk_box_pack_start(GTK_BOX(hbox), spin, TRUE, TRUE, 0);
+ gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 5);
+ gtk_widget_set_margin_left(hbox, 12);
+
+ gtk_box_pack_start(GTK_BOX(inner_vbox), hbox, FALSE, FALSE, 0);
+
+ /* Common */
+
+ label = gtk_label_new_with_mnemonic(_("Default _filetype to use
for new files:"));
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1854392130
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>