summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 21:53:08 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-06-30 22:07:30 -0300
commit11b4bb5d3441852ae939b56f7a8cf311de55dc7d (patch)
treeb7e07c3e8778e291716eb005cd140db334585d1f
parent315e3327472d1c18c4714673c4f51d82aa17e92f (diff)
downloadtotem-11b4bb5d3441852ae939b56f7a8cf311de55dc7d.tar.gz
preferences-dialog: Remove GtkTable table3_1
GtkTable is deprecated in favour of GtkGrid. In addition to that, in this case, table3_1 only contains a single widget, and doesn't have any particularly relevant property set, so it can be simply removed without further consequences.
-rw-r--r--data/totem-preferences-dialog.ui20
1 files changed, 4 insertions, 16 deletions
diff --git a/data/totem-preferences-dialog.ui b/data/totem-preferences-dialog.ui
index e29f057cd..0c4a4d51d 100644
--- a/data/totem-preferences-dialog.ui
+++ b/data/totem-preferences-dialog.ui
@@ -321,23 +321,11 @@
<property name="can_focus">False</property>
<property name="left_padding">12</property>
<child>
- <object class="GtkTable" id="table3_1">
+ <object class="GtkButton" id="tpw_plugins_button">
+ <property name="label" translatable="yes">Plugins…</property>
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="n_columns">2</property>
- <property name="column_spacing">12</property>
- <property name="row_spacing">6</property>
- <child>
- <object class="GtkButton" id="tpw_plugins_button">
- <property name="label" translatable="yes">Plugins…</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- </object>
- <packing>
- <property name="right_attach">2</property>
- </packing>
- </child>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
</object>
</child>
</object>