OS X: Fix alignment of "Copy" button in protocol #4207

This commit is contained in:
Markus Goetz 2016-01-04 16:15:32 +01:00
parent 69d9840b89
commit c8b3df6668
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "src/3rdparty/libcrashreporter-qt"]
path = src/3rdparty/libcrashreporter-qt
url = git://github.com/dschmidt/libcrashreporter-qt.git
[submodule "src/3rdparty/qtkeychain"]
path = src/3rdparty/qtkeychain
url = https://github.com/frankosterfeld/qtkeychain.git

1
src/3rdparty/qtkeychain vendored Submodule

@ -0,0 +1 @@
Subproject commit 08be0593e100a041585bcc704a1bbc5a812a1682

View File

@ -57,7 +57,7 @@
</column>
</widget>
</item>
<item row="2" column="1">
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="_dialogButtonBox"/>
</item>
</layout>