mirror of https://github.com/PCSX2/pcsx2.git
GSdx-gtk: Adjust some spacing, ocd satisfaction and preparation for the next commit.
This commit is contained in:
parent
40e9ce9036
commit
a092806d38
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue