Changeset - fbff741e189b
[Not reviewed]
Hasan Yavuz Ă–ZDERYA - 10 years ago 2016-03-24 16:41:50
hy@ozderya.net
added maximum height for channel name view so that when plot tab clicked for the first time tab widget doesn't move
1 file changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/mainwindow.ui
Show inline comments
 
@@ -69,7 +69,14 @@
 
           </widget>
 
          </item>
 
          <item>
 
           <widget class="QListView" name="lvChannelNames"/>
 
           <widget class="QListView" name="lvChannelNames">
 
            <property name="maximumSize">
 
             <size>
 
              <width>16777215</width>
 
              <height>170</height>
 
             </size>
 
            </property>
 
           </widget>
 
          </item>
 
         </layout>
 
        </item>
0 comments (0 inline, 0 general)