Browse Source

- Attempt to fix log title size on some computers

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

6
src/MainWindow.ui

@ -268,6 +268,12 @@
</property> </property>
<item> <item>
<widget class="QLabel" name="info_icon" > <widget class="QLabel" name="info_icon" >
<property name="minimumSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="text" > <property name="text" >
<string/> <string/>
</property> </property>

Loading…
Cancel
Save