Browse Source

- Attempt to fix log title size on some computers

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
cdece87718
  1. 6
      src/MainWindow.ui

6
src/MainWindow.ui

@ -284,6 +284,12 @@ @@ -284,6 +284,12 @@
</item>
<item>
<widget class="QLabel" name="lbl_info" >
<property name="minimumSize" >
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="font" >
<font>
<family>Sans Serif</family>

Loading…
Cancel
Save