summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-09-02 06:47:57 -0400
committerAndre Miranda <andreldm@xfce.org>2018-09-06 22:08:44 -0300
commit5ebf3ff98eed7b20fe1087ba8d020e0d287f9807 (patch)
tree36f7af5474cf5636f8d934ccad5849154daa9539 /plugins
parent82843c2b7ce100588d9d99ff4a4791e5a74efa72 (diff)
downloadthunar-5ebf3ff98eed7b20fe1087ba8d020e0d287f9807.tar.gz
thunar-uca: Fix spacing for the editor
Diffstat (limited to 'plugins')
-rw-r--r--plugins/thunar-uca/thunar-uca-editor.c1
-rw-r--r--plugins/thunar-uca/thunar-uca-editor.ui82
2 files changed, 66 insertions, 17 deletions
diff --git a/plugins/thunar-uca/thunar-uca-editor.c b/plugins/thunar-uca/thunar-uca-editor.c
index eb8c3dc4..58ac524e 100644
--- a/plugins/thunar-uca/thunar-uca-editor.c
+++ b/plugins/thunar-uca/thunar-uca-editor.c
@@ -154,7 +154,6 @@ thunar_uca_editor_constructed (GObject *object)
/* Visual tweaks for header-bar mode only */
g_object_set (gtk_dialog_get_content_area (GTK_DIALOG (editor)), "border-width", 0, NULL);
- g_object_set (editor->notebook, "show-border", FALSE, NULL);
}
diff --git a/plugins/thunar-uca/thunar-uca-editor.ui b/plugins/thunar-uca/thunar-uca-editor.ui
index 698da971..21d5c902 100644
--- a/plugins/thunar-uca/thunar-uca-editor.ui
+++ b/plugins/thunar-uca/thunar-uca-editor.ui
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.22.1 -->
<!--
For now, better don't edit this with glade, since glade insists upon inserting
deprecated properties and otherwise messing with the file.
@@ -13,22 +14,34 @@
<property name="default_height">450</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
+ <child>
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="vbox">
+ <property name="can_focus">False</property>
+ <child internal-child="action_area">
+ <object class="GtkButtonBox">
+ <property name="can_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
<child>
<object class="GtkNotebook" id="notebook">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="border_width">6</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">12</property>
- <property name="margin_end">12</property>
- <property name="margin_top">12</property>
- <property name="margin_bottom">12</property>
- <property name="row_spacing">12</property>
- <property name="column_spacing">6</property>
+ <property name="border_width">12</property>
+ <property name="row_spacing">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="name_label">
<property name="visible">True</property>
@@ -175,6 +188,7 @@
<object class="GtkButton" id="shortcut_button">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="receives_default">False</property>
<property name="tooltip_text" translatable="yes">The keyboard shortcut for the action.</property>
<property name="hexpand">True</property>
<signal name="clicked" handler="thunar_uca_editor_shortcut_clicked" swapped="yes"/>
@@ -266,6 +280,7 @@
<object class="GtkBox" id="box3">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="vexpand">True</property>
<child>
<placeholder/>
</child>
@@ -283,15 +298,16 @@
<object class="GtkGrid" id="grid2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="valign">start</property>
<property name="row_spacing">3</property>
<property name="column_spacing">6</property>
- <property name="valign">start</property>
<child>
<object class="GtkImage" id="image3">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="pixel_size">32</property>
<property name="icon_name">dialog-information</property>
- <property name="icon_size">6</property>
+ <property name="icon_size">5</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -414,7 +430,6 @@
<property name="can_focus">False</property>
<property name="label" translatable="yes">the path to the first selected file</property>
<property name="xalign">0</property>
- <property name="expand">true</property>
<attributes>
<attribute name="scale" value="0.8"/>
</attributes>
@@ -499,6 +514,24 @@
<property name="top_attach">6</property>
</packing>
</child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>
@@ -525,10 +558,7 @@
<object class="GtkGrid" id="grid3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">12</property>
- <property name="margin_end">12</property>
- <property name="margin_top">12</property>
- <property name="margin_bottom">12</property>
+ <property name="border_width">12</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<child>
@@ -580,7 +610,8 @@
<object class="GtkGrid" id="grid4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_start">18</property>
+ <property name="margin_start">12</property>
+ <property name="row_spacing">6</property>
<property name="column_spacing">48</property>
<child>
<object class="GtkCheckButton" id="directories_button">
@@ -679,15 +710,16 @@
<object class="GtkBox" id="box4">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="margin_top">12</property>
<child>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
+ <property name="margin_right">6</property>
+ <property name="pixel_size">32</property>
<property name="icon_name">dialog-information</property>
- <property name="icon_size">6</property>
+ <property name="icon_size">5</property>
</object>
<packing>
<property name="expand">False</property>
@@ -713,6 +745,24 @@
</object>
<packing>
<property name="left_attach">0</property>
+ <property name="top_attach">4</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkBox" id="box5">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="vexpand">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
<property name="top_attach">3</property>
<property name="width">2</property>
</packing>