This commit is contained in:
Ulf
2013-06-14 20:54:22 +02:00
parent c39fa0282d
commit a3a24146cc
2 changed files with 12 additions and 4 deletions

View File

@@ -63,6 +63,8 @@ namespace PreviewToy
option_hide_all_if_not_right_type.Checked = Properties.Settings.Default.hide_all;
option_unique_layout.Checked = Properties.Settings.Default.unique_layout;
option_sync_size.Checked = Properties.Settings.Default.sync_resize;
option_sync_size_x.Text = Properties.Settings.Default.sync_resize_x.ToString();
option_sync_size_y.Text = Properties.Settings.Default.sync_resize_y.ToString();
option_show_thumbnail_frames.Checked = Properties.Settings.Default.show_thumb_frames;
}