mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
src: improve spacing between password box and buttons in auth dialog
The standard layout uses 6 pixels spacing between controls. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
abbd076fdb
commit
d59f550d21
@ -17,7 +17,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<property name="spacing">2</property>
|
||||
<property name="spacing">6</property>
|
||||
<child internal-child="action_area">
|
||||
<object class="GtkButtonBox" id="dialog-action_area1">
|
||||
<property name="visible">True</property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user