GSdx-gtk: Adjust some spacing, ocd satisfaction and preparation for the next commit.

This commit is contained in:
lightningterror 2018-11-18 06:20:01 +01:00
parent 40e9ce9036
commit a092806d38
1 changed files with 15 additions and 15 deletions

View File

@ -583,9 +583,9 @@ void populate_osd_table(GtkWidget* osd_table)
InsertWidgetInTable(osd_table , fontsize_label , fontsize_text);
InsertWidgetInTable(osd_table , transparency_label , transparency_slide);
InsertWidgetInTable(osd_table , log_check);
InsertWidgetInTable(osd_table , log_speed_label, log_speed_text);
InsertWidgetInTable(osd_table , max_messages_label, max_messages_spin);
InsertWidgetInTable(osd_table , monitor_check, indicator_check);
InsertWidgetInTable(osd_table , log_speed_label , log_speed_text);
InsertWidgetInTable(osd_table , max_messages_label , max_messages_spin);
InsertWidgetInTable(osd_table , monitor_check , indicator_check);
}
GtkWidget* ScrollMe(GtkWidget* w)