Skip to content

Commit

Permalink
Align "3) Save metadata in Geeqie private directory" with previous en…
Browse files Browse the repository at this point in the history
…tries.
  • Loading branch information
Laurent Monin authored and zas committed Aug 16, 2012
1 parent 231db8a commit 7b9fce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preferences.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,7 @@ static void config_tab_metadata(GtkWidget *notebook)
text = g_strdup_printf(_("3) Save metadata in Geeqie private directory '%s'"), get_metadata_cache_dir());
label = pref_label_new(group, text);
gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
gtk_misc_set_padding(GTK_MISC(label), 22, 0);
g_free(text);

group = pref_group_new(vbox, FALSE, _("Step 1: Write to image files"), GTK_ORIENTATION_VERTICAL);
Expand Down

0 comments on commit 7b9fce3

Please sign in to comment.