Merge pull request #5503 from ligfx/qtelidedbutton

DolphinQt2: add ElidedButton for controller mapping buttons
This commit is contained in:
Leo Lam
2017-06-03 12:47:18 +02:00
committed by GitHub
8 changed files with 74 additions and 8 deletions

View File

@ -154,6 +154,7 @@
<ClCompile Include="Main.cpp" />
<ClCompile Include="MainWindow.cpp" />
<ClCompile Include="MenuBar.cpp" />
<ClCompile Include="QtUtils\ElidedButton.cpp" />
<ClCompile Include="RenderWidget.cpp" />
<ClCompile Include="Resources.cpp" />
<ClCompile Include="Settings.cpp" />
@ -254,4 +255,4 @@
<Message Text="Copy: @(BinaryFiles) -&gt; $(BinaryOutputDir)" Importance="High" />
<Copy SourceFiles="@(BinaryFiles)" DestinationFolder="$(BinaryOutputDir)" />
</Target>
</Project>
</Project>