aboutsummaryrefslogtreecommitdiff
path: root/src/import.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-13 02:08:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-13 02:08:13 +0000
commite8a401ac2a1008644992c7728b7d66d0c156e71d (patch)
tree2dac276dd4886f04a024b160517af0dd0cea4e61 /src/import.c
parent692b3584b95fa4ed31140e1c1aca02af8eea43fd (diff)
made more dialogs size DPI-aware.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3442 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/import.c')
-rw-r--r--src/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import.c b/src/import.c
index 2e48a9ac..59bc6f74 100644
--- a/src/import.c
+++ b/src/import.c
@@ -618,7 +618,7 @@ static void import_create(void)
gtk_container_set_border_width(GTK_CONTAINER(table), 8);
gtk_table_set_row_spacings(GTK_TABLE(table), 8);
gtk_table_set_col_spacings(GTK_TABLE(table), 8);
- gtk_widget_set_size_request(table, 420, -1);
+ gtk_widget_set_size_request(table, 420 * gtkut_get_dpi_multiplier(), -1);
format_label = gtk_label_new(_("File format:"));
gtk_table_attach(GTK_TABLE(table), format_label, 0, 1, 0, 1,