All right, let's figure out a better button placement. Here is the
buttons space which is available.
As you can see on the picture:
- first column belongs to the game mode flags (I placed it to the far left side, because they don't need to be interacted with - it's for read only)
- second column contains Refresh and Next game buttons (I placed them together because they have similar functionality)
- third column contains History button (this column was only one that was free)
- fourth column contains Play button (I want to have Play button in the center of the screen, but not in the same column as Discard to prevent misclicks)
- fifth column contains Discard button (I want to have Discard button in the center of the screen, but not in the same column as Play button to prevent misclicks)
- sixth column contains Preview button (this is card action related, so I think it should be near it)
- seventh column contains Deck and Note buttons (this is secondary functionality, so it doesn't need to be in the center)
- eighth column contains Surrender related buttons (this is used rarely so it should be far from the center)
Please suggest you new button placement with arguments why is it better than the current one.