Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <[email protected]>
  • Loading branch information
thibaultmeyer committed Mar 17, 2020
1 parent 5eb6092 commit 136ac69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![Latest release](https://img.shields.io/badge/latest_release-2.0-orange.svg)](https://github.com/thibaultmeyer/chip8-emulator/releases)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/thibaultmeyer/chip8-emulator/blob/master/LICENSE)

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/chip8-emulator)

C / GTK3 emulator for the CHIP-8 virtual machine.
*****

Expand Down
1 change: 0 additions & 1 deletion src/gui/gui_settings_callback_btn_input_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void gui_settings_callback_btn_input_key(GtkButton *button, s_gui_key_binding_co
gtk_window_set_titlebar(GTK_WINDOW(window), header);
gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
gtk_window_set_default_size(GTK_WINDOW(window), 385, 60);
gtk_widget_set_parent(window, gl_gui_components.gtk_window_setting);
gtk_window_set_modal(GTK_WINDOW(window), TRUE);
gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER_ON_PARENT);
gtk_window_set_transient_for(GTK_WINDOW(window), GTK_WINDOW(gl_gui_components.gtk_window_setting));
Expand Down

0 comments on commit 136ac69

Please sign in to comment.