Skip to content

Commit

Permalink
Final touches to schedules interface
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Jan 30, 2015
1 parent 28b9b5e commit d64bacf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openstudiocore/src/openstudio_lib/SchedulesView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1451,7 +1451,7 @@ DefaultScheduleDayView::DefaultScheduleDayView(bool isIP,
label->setObjectName("H2");

QHBoxLayout* hLayout = new QHBoxLayout();
hLayout->setContentsMargins(10, 0, 0, 0);
hLayout->setContentsMargins(60, 0, 0, 10);
hLayout->addWidget(label);
mainVLayout->addLayout(hLayout);

Expand Down Expand Up @@ -1513,7 +1513,7 @@ SizingScheduleDayView::SizingScheduleDayView(bool isIP,
label->setObjectName("H2");

QHBoxLayout* hLayout = new QHBoxLayout();
hLayout->setContentsMargins(10, 0, 0, 0);
hLayout->setContentsMargins(60, 0, 0, 10);
hLayout->addWidget(label);
mainVLayout->addLayout(hLayout);

Expand All @@ -1533,7 +1533,7 @@ SizingScheduleDayView::SizingScheduleDayView(bool isIP,
label->setObjectName("H2");

QHBoxLayout* hLayout = new QHBoxLayout();
hLayout->setContentsMargins(10, 0, 0, 0);
hLayout->setContentsMargins(60, 0, 0, 10);
hLayout->addWidget(label);
mainVLayout->addLayout(hLayout);

Expand Down Expand Up @@ -1583,7 +1583,7 @@ ScheduleRuleView::ScheduleRuleView(bool isIP,
// Rule Settings

QHBoxLayout * ruleHLayout = new QHBoxLayout();
ruleHLayout->setContentsMargins(10,0,0,0);
ruleHLayout->setContentsMargins(60,0,0,10);
ruleHLayout->setSpacing(0);
mainVLayout->addLayout(ruleHLayout);

Expand Down

5 comments on commit d64bacf

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

86121908_copy_schedule (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2069 of 2190 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

86121908_copy_schedule (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed

Build Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

86121908_copy_schedule (macumber) - i386-Windows-7-VisualStudio-12: OK (2174 of 2190 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

86121908_copy_schedule (macumber) - Win64-Windows-7-VisualStudio-12: OK (2175 of 2190 tests passed)

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

86121908_copy_schedule (macumber) - x86_64-MacOS-10.9-clang: Build Failed

Build Badge Test Badge

Please sign in to comment.