[gedit-latex/fixes-for-master] fix insert table dialog
- From: John Stowers <jstowers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex/fixes-for-master] fix insert table dialog
- Date: Mon, 21 Jan 2013 23:19:48 +0000 (UTC)
commit f64dbdc4c216e86b38da25b3300361dbec3937a2
Author: John Stowers <john stowers gmail com>
Date: Mon Jan 21 23:36:17 2013 +0100
fix insert table dialog
data/ui/insert_table_dialog.ui | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/ui/insert_table_dialog.ui b/data/ui/insert_table_dialog.ui
index 46dc765..5f231dc 100644
--- a/data/ui/insert_table_dialog.ui
+++ b/data/ui/insert_table_dialog.ui
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
- <!-- interface-requires gtk+ 2.12 -->
+ <!-- interface-requires gtk+ 3.0 -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
<property name="upper">100</property>
@@ -39,6 +39,7 @@
<child>
<object class="GtkButton" id="button2">
<property name="label">gtk-cancel</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -54,6 +55,7 @@
<child>
<object class="GtkButton" id="button1">
<property name="label">gtk-ok</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
@@ -101,6 +103,7 @@
<child>
<object class="GtkRadioButton" id="radiobuttonTable">
<property name="label" translatable="yes">_Table</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -121,6 +124,7 @@
<child>
<object class="GtkRadioButton" id="radioMatrix">
<property name="label" translatable="yes">_Matrix:</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -130,6 +134,7 @@
<property name="xalign">0</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <property name="group">radiobuttonTable</property>
<signal name="toggled" handler="on_radioMatrix_toggled" swapped="no"/>
</object>
<packing>
@@ -150,7 +155,7 @@
<packing>
<property name="left_attach">2</property>
<property name="top_attach">1</property>
- <property name="width">1</property>
+ <property name="width">2</property>
<property name="height">1</property>
</packing>
</child>
@@ -290,6 +295,7 @@
<child>
<object class="GtkCheckButton" id="checkbuttonFloat">
<property name="label" translatable="yes">_Floating Object</property>
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -336,9 +342,6 @@
<child>
<placeholder/>
</child>
- <child>
- <placeholder/>
- </child>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]