GNOME Bugzilla – Bug 735025
Use text buttons
Last modified: 2014-08-19 01:28:23 UTC
The current buttons do not look like buttons
Created attachment 283848 [details] [review] Require GTK+ 3.13.2 For automatic RTL icon support
Created attachment 283849 [details] [review] Move undo button to header bar
Created attachment 283850 [details] [review] Use text buttons for New Game and Hint
Created attachment 283852 [details] [review] Layout near Iagno's and Sudoku's ones. Here’s a layout near Iagno’s and Sudoku’s ones. There’s a problem of child-internal-pad-x of the button_box, (so?) the aspect_frame is 1.45 instead of 1.4, and some other things here and there to correct, but it’s a good beginning I think.
Review of attachment 283852 [details] [review]: ::: src/main.c @@ +1234,3 @@ /* set a min size to avoid pathological behavior of gtk when scaling down */ + gtk_widget_set_size_request (drawarea, 350, 350); + //gtk_container_add (GTK_CONTAINER (gridframe), drawarea); I'm going to remove this line when I commit
Review of attachment 283852 [details] [review]: ::: src/main.c @@ +1224,3 @@ + gtk_container_add (GTK_CONTAINER (frame), hbox); + + /* gridframe = games_grid_frame_new (7, 7); actually I'm going to remove this huge block too :p