Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1459 from geoadmin/gal_qrcode_size
Browse files Browse the repository at this point in the history
Adapt qrcode size
  • Loading branch information
oterral committed Jun 11, 2014
2 parents e92a6f1 + 255a983 commit 04e3896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contextpopup/partials/contextpopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h4 class="popover-title"><span translate>position</span><button type="button" c
</tr>
<tr ng-show="showQR">
<td align="center" colspan="2">
<img draggable="false" ng-src="{{qrcodeUrl}}" style="width: 128px; height: 128px;" class="qrcode">
<img draggable="false" ng-src="{{qrcodeUrl}}" style="width: 124px; height: 124px;" class="qrcode">
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 04e3896

Please sign in to comment.