mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Make sure zoomOption box is big enough even for the largest zoom
This commit is contained in:
@@ -334,6 +334,12 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="zoomOption">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>70</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user