forked from qt-creator/qt-creator
Git: Reduce the minimal height of the Gerrit dialog a bit
The current Gerrit dialog is too high for my 1366x768 screen, and therefore it either misses the title bar or the confirmation buttons. This change reduces the minimal height of the "changes" and "details" sub-widgets proportionally. Change-Id: I548e1e04bb47b881bee55e28bf362a84ae11a87c Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>400</height>
|
||||
<height>350</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
@@ -188,7 +188,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>200</height>
|
||||
<height>175</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
|
||||
Reference in New Issue
Block a user