Skip to content

Commit 10eef3c

Browse files
committed
Remove OK button in About dialog
Doing so fixes a Gtk warning: "Content added to the action area of a dialog using header bars"
1 parent 905a913 commit 10eef3c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

dwarview.glade

+1-13
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,7 @@ Author: Namhyung Kim <[email protected]>
5454
<property name="can_focus">False</property>
5555
<property name="layout_style">end</property>
5656
<child>
57-
<object class="GtkButton" id="about_ok">
58-
<property name="label">gtk-ok</property>
59-
<property name="visible">True</property>
60-
<property name="can_focus">True</property>
61-
<property name="receives_default">True</property>
62-
<property name="use_stock">True</property>
63-
<signal name="clicked" handler="gtk_widget_hide" object="about" swapped="yes"/>
64-
</object>
65-
<packing>
66-
<property name="expand">True</property>
67-
<property name="fill">True</property>
68-
<property name="position">0</property>
69-
</packing>
57+
<placeholder/>
7058
</child>
7159
</object>
7260
<packing>

0 commit comments

Comments
 (0)