Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions onprc_ehr/resources/web/onprc_ehr/panel/RoomLayoutPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@ Ext4.define('ONPRC.panel.RoomLayoutPanel', {

var rooms = Ext4.Object.getKeys(roomMap).sort();
var dividerWidth = 3;
var height = 115;
var cageWidth = 51; //Modified: 10-15-2020
var height = 75;
var cageWidth = 60;
var hasCages = false;

Ext4.each(rooms, function(room, roomIdx){
if (roomIdx == 0 && !config.printMode){
toAdd.push(ONPRC.panel.RoomLayoutPanel.getButtonCfgs(config));
toAdd.push({
style: 'margin-bottom: 20px;',
style: 'margin-bottom: 5px;',
border: false
});
}
Expand Down Expand Up @@ -244,7 +244,7 @@ Ext4.define('ONPRC.panel.RoomLayoutPanel', {
border: false
});

//Modified: 8-19-2019 R. Blasa Added Divider Legends Not eeded at this time
//Modified: 8-19-2019 R. Blasa Added Divider Legends Not needed at this time
currentSection.push({

//Modified: 4/3/2023 R.Blasa
Expand Down
Loading