dolphin/Source/Core
Léo Lam f28839acf9 Qt: Make toolbar buttons wider
Makes the toolbar look more comfortable instead of all squished
together, and more similar to our current look.

Instead of setting a hardcoded minimal size for buttons, MakeActions()
now uses the maximum size hint width.
2017-09-26 17:43:50 +02:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common StringUtil: support TryParse(u16*) 2017-09-18 05:04:11 +02:00
Core DSP: Fix a missing mask for the predscale register 2017-09-24 20:48:29 +02:00
DiscIO VolumeGC: Add a default constructor for ConvertedGCBanner 2017-09-15 20:47:49 +02:00
DolphinNoGUI Core: SetOnStoppedCallback -> SetOnStateChangedCallback 2017-09-13 17:30:18 -07:00
DolphinQt2 Qt: Make toolbar buttons wider 2017-09-26 17:43:50 +02:00
DolphinWX Cleanup var naming in ISOProperties 2017-09-20 16:46:46 -07:00
InputCommon Prevent multiple HID elements of same usage type on OSX 2017-09-15 19:19:46 +02:00
UICommon Update -d argument help message 2017-09-10 12:28:53 +02:00
VideoBackends OGL/TextureCache: use std::array for the palette shader array 2017-09-17 02:34:02 -04:00
VideoCommon VideoBackends: Move SamplerState to common 2017-09-11 20:01:54 +10:00
CMakeLists.txt