Merge branch 'taozuhong-master-patch-22982' into 'master'
Make dialog content_area box as vertical, keep compatibility with GTK3 See merge request GNOME/gtk!4119
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
<class name="dialog-vbox"/>
|
||||
</style>
|
||||
<child>
|
||||
<object class="GtkBox" id="content_area"/>
|
||||
<object class="GtkBox" id="content_area">
|
||||
<property name="orientation">vertical</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkBox" id="action_box">
|
||||
|
||||
Reference in New Issue
Block a user