Skip to content

Commit

Permalink
Merge pull request #342 from Edirom/fix-verovio-view
Browse files Browse the repository at this point in the history
Fix verovio view
  • Loading branch information
bwbohl authored Feb 5, 2024
2 parents b313aa6 + 031652a commit b02288a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/view/window/image/VerovioImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Ext.define('EdiromOnline.view.window.image.VerovioImage', {

var me = this;

me.html = '<div id="' + me.id + '_rendCont" class="renderingViewContent"><iframe id="' + me.id +
me.html = '<div id="' + me.id + '_rendCont" style="height:100%;"><iframe id="' + me.id +
'_rendContIFrame" style="width:100%; height:100%; border:none; background-color:white;"></iframe></div>';

me.callParent();
Expand Down
8 changes: 1 addition & 7 deletions resources/css/todo.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,4 @@ span#workSwitch-btnInnerEl:before {
.x-menu-item-active {
background-color: rgb(36, 145, 235) !important;
color: rgb(161, 209, 247) !important;
}

/* Verovio view */

.renderingViewContent {
height: 100%;
}
}
2 changes: 1 addition & 1 deletion resources/css/verovio-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
left: 0;
right: 0;
bottom: 0;
background-color: #cccccc;
background-color: rgba(0, 0, 0, 10%);
text-align: center;
line-height: 2em;
}
Expand Down

0 comments on commit b02288a

Please sign in to comment.