Changeset f4a6f2c in sasview
- Timestamp:
- Sep 3, 2018 6:20:32 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- a24eacf
- Parents:
- facf4ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/UI/DataExplorerUI.ui
rd1fa2b8 rf4a6f2c 44 44 <property name="sizePolicy"> 45 45 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 46 <horstretch> 5</horstretch>46 <horstretch>0</horstretch> 47 47 <verstretch>5</verstretch> 48 48 </sizepolicy> … … 50 50 <property name="minimumSize"> 51 51 <size> 52 <width>1 54</width>53 <height> 50</height>52 <width>120</width> 53 <height>40</height> 54 54 </size> 55 55 </property> … … 64 64 </property> 65 65 <property name="styleSheet"> 66 <string notr="true">font: 1 3pt "MS Shell Dlg 2";</string>66 <string notr="true">font: 11pt "MS Shell Dlg 2";</string> 67 67 </property> 68 68 <property name="text"> … … 75 75 <property name="iconSize"> 76 76 <size> 77 <width> 48</width>78 <height> 48</height>77 <width>32</width> 78 <height>32</height> 79 79 </size> 80 80 </property> … … 183 183 <property name="sizePolicy"> 184 184 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 185 <horstretch> 5</horstretch>185 <horstretch>0</horstretch> 186 186 <verstretch>5</verstretch> 187 187 </sizepolicy> … … 189 189 <property name="minimumSize"> 190 190 <size> 191 <width>1 70</width>192 <height> 50</height>191 <width>145</width> 192 <height>40</height> 193 193 </size> 194 194 </property> … … 201 201 <property name="font"> 202 202 <font> 203 <pointsize>13</pointsize> 203 <family>MS Shell Dlg 2</family> 204 <pointsize>11</pointsize> 205 <weight>50</weight> 206 <italic>false</italic> 207 <bold>false</bold> 204 208 </font> 205 209 </property> … … 208 212 </property> 209 213 <property name="styleSheet"> 210 <string notr="true">font: 1 3pt "MS Shell Dlg 2";</string>214 <string notr="true">font: 11pt "MS Shell Dlg 2";</string> 211 215 </property> 212 216 <property name="text"> … … 219 223 <property name="iconSize"> 220 224 <size> 221 <width> 48</width>222 <height> 48</height>225 <width>32</width> 226 <height>32</height> 223 227 </size> 224 228 </property> … … 235 239 <property name="font"> 236 240 <font> 237 <pointsize>1 2</pointsize>241 <pointsize>11</pointsize> 238 242 </font> 239 243 </property>
Note: See TracChangeset
for help on using the changeset viewer.