Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Wed, 05 Feb 2025 21:52:47 UTC Commit: bebd354001729f05c0b7012d6350640f3acfa7d5 https://github.com/geany/geany/commit/bebd354001729f05c0b7012d6350640f3acfa7...
Log Message: ----------- Merge pull request #4224 from b4n/pref_size
Allow shrinking the preferences dialog again
Modified Paths: -------------- data/geany.glade src/prefs.c
Modified: data/geany.glade 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -761,6 +761,7 @@ <property name="can-focus">False</property> <property name="title" translatable="yes">Preferences</property> <property name="modal">True</property> + <property name="default-width">600</property> <property name="icon-name">geany</property> <property name="type-hint">dialog</property> <property name="skip-pager-hint">True</property>
Modified: src/prefs.c 1 lines changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -1751,7 +1751,6 @@ void prefs_show_dialog(void) ui_widgets.prefs_dialog = create_prefs_dialog(); gtk_widget_set_name(ui_widgets.prefs_dialog, "GeanyPrefsDialog"); gtk_window_set_transient_for(GTK_WINDOW(ui_widgets.prefs_dialog), GTK_WINDOW(main_widgets.window)); - gtk_widget_set_size_request(ui_widgets.prefs_dialog, 600, -1);
/* init the file encoding combo boxes */ {
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).