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:
Alessandro Portale
2017-10-19 23:19:53 +02:00
parent f846e488dd
commit 1c0dc848e0

View File

@@ -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">