Skip to content

Commit

Permalink
re #10772 try to decrease conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDraper committed Dec 16, 2014
1 parent d2f9c0d commit 656e5a3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Code/Mantid/MantidPlot/src/Mantid/FirstTimeSetup.ui
Expand Up @@ -45,23 +45,24 @@ QDialog#FirstTimeSetup QLabel{
font-weight: bold;
}
QDialog#FirstTimeSetup QCheckbox{
font: 12px"Segoe UI";
font: 12px "Segoe UI";
font-weight: bold;
}
QDialog#FirstTimeSetup QGroupBox{
font: 12px "Segoe UI";
font-weight: bold;
}
QDialog#FirstTimeSetup QPushButton{
font: 12px"Segoe UI";
font: 12px "Segoe UI";
}
QDialog#FirstTimeSetup QComboBox{
font: 12px "Segoe UI";
}
QDialog#FirstTimeSetup QCommandLinkButton{
font: 28px "Segoe UI";
font-weight: bold;
}</string>
}
</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
Expand Down Expand Up @@ -237,8 +238,7 @@ QDialog#FirstTimeSetup QCommandLinkButton{
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 105, 0);
font: 28px &quot;Segoe UI&quot;;
font-weight: bold;</string>
font-size: 28px</string>
</property>
<property name="text">
<string>Tutorials</string>
Expand All @@ -258,8 +258,7 @@ font-weight: bold;</string>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(0, 105, 0);
font: 28px &quot;Segoe UI&quot;;
font-weight: bold;</string>
font-size: 28px</string>
</property>
<property name="text">
<string>Version </string>
Expand Down

0 comments on commit 656e5a3

Please sign in to comment.