mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinQt2: move Path from toolbar to a pane
This commit is contained in:
@ -79,9 +79,6 @@ void ToolBar::MakeActions()
|
||||
|
||||
addSeparator();
|
||||
|
||||
m_paths_action = addAction(tr("Paths"), this, SIGNAL(PathsPressed()));
|
||||
widgetForAction(m_paths_action)->setMinimumWidth(button_width);
|
||||
|
||||
m_config_action = addAction(tr("Settings"), this, SIGNAL(SettingsPressed()));
|
||||
widgetForAction(m_config_action)->setMinimumWidth(button_width);
|
||||
|
||||
@ -93,7 +90,6 @@ void ToolBar::MakeActions()
|
||||
void ToolBar::UpdateIcons()
|
||||
{
|
||||
m_open_action->setIcon(Resources::GetScaledThemeIcon("open"));
|
||||
m_paths_action->setIcon(Resources::GetScaledThemeIcon("browse"));
|
||||
m_play_action->setIcon(Resources::GetScaledThemeIcon("play"));
|
||||
m_pause_action->setIcon(Resources::GetScaledThemeIcon("pause"));
|
||||
m_stop_action->setIcon(Resources::GetScaledThemeIcon("stop"));
|
||||
|
Reference in New Issue
Block a user