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

Commit

Permalink
Adapt qrcode size
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgasser committed Jun 11, 2014
1 parent e92a6f1 commit 255a983
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 255a983

Please sign in to comment.