GNOME Bugzilla – Bug 733435
Make the board expand on large screens.
Last modified: 2014-07-21 02:58:18 UTC
Created attachment 281217 [details] [review] Make the board expand on large screens. When maximizing the window, the board should expand, to be correctly usable on a large screen (and on a touch one, but that’s another story…). Here is a minimalistic patch for doing that.
Created attachment 281218 [details] [review] Make the board expand on large screens. Oops, old patch, this one also centers the start_box.
Created attachment 281220 [details] [review] Make the board expand on large screens. Here is a probably better way to do the switch between the two states, using a GtkStack. As it replaces quite all the content of the previous patch, I prefer obsolete it.
Created attachment 281223 [details] [review] Better use of the gnome-sudoku.ui file. Here is a second patch, using a little more the gnome-sudoku.ui file, that helps managing the controls_box when changing the window size.
Review of attachment 281220 [details] [review]: We just need a better commit message here, maybe something like: "Use GtkStack to switch between board and new game screen Also, make sure the board expands to fill the window when the window is large."
Review of attachment 281223 [details] [review]: Good
Created attachment 281240 [details] [review] Use GtkStack to switch between board and new-game screen. Just changed the commit message.
Thanks