Skip to content

Commit

Permalink
Layout and mac build change, requires appdmg for 'nice' dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Nov 2, 2015
1 parent 6f3292f commit f6d68f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dialog.ui
Expand Up @@ -496,6 +496,18 @@
<string>Template</string> <string>Template</string>
</attribute> </attribute>
<layout class="QVBoxLayout" name="verticalLayout_6"> <layout class="QVBoxLayout" name="verticalLayout_6">
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_8"> <layout class="QHBoxLayout" name="horizontalLayout_8">
<item> <item>
Expand Down
2 changes: 1 addition & 1 deletion release-mac
@@ -1 +1 @@
qmake CONFIG+=release && make && macdeployqt QtPass.app -dmg qmake CONFIG+=release && make && macdeployqt QtPass.app && appdmg appdmg.json QtPass.dmg

0 comments on commit f6d68f4

Please sign in to comment.