diff options
author | mbkma <[email protected]> | 2021-05-07 07:17:11 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2021-05-08 01:57:02 +0000 |
commit | 46e02ca4209c30a73d0999d6e6395cb17a5de971 (patch) | |
tree | 61245f93fa7c9962cc7a6487d7ad69bcac48b895 /src | |
parent | 2f291b3162fd779a312a6e85f9852e69e52a1c58 (diff) | |
download | caja-46e02ca4209c30a73d0999d6e6395cb17a5de971.tar.bz2 caja-46e02ca4209c30a73d0999d6e6395cb17a5de971.tar.xz |
caja-bookmarks-window.ui: expand child widgets, sane default size
use attribute "bold" instead of markup
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-bookmarks-window.ui | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/src/caja-bookmarks-window.ui b/src/caja-bookmarks-window.ui index 9ee44d69..c8da6090 100644 --- a/src/caja-bookmarks-window.ui +++ b/src/caja-bookmarks-window.ui @@ -28,6 +28,8 @@ <property name="border-width">5</property> <property name="title" translatable="yes">Edit Bookmarks</property> <property name="window-position">center</property> + <property name="default-width">500</property> + <property name="default-height">300</property> <property name="type-hint">normal</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -129,12 +131,14 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes"><b>_Bookmarks</b></property> - <property name="use-markup">True</property> + <property name="label" translatable="yes">_Bookmarks</property> <property name="use-underline">True</property> <property name="mnemonic-widget">bookmark_tree_view</property> <property name="xalign">0</property> <property name="yalign">0.5</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -154,11 +158,14 @@ <property name="can-focus">True</property> <property name="headers-visible">False</property> <property name="reorderable">True</property> + <child internal-child="selection"> + <object class="GtkTreeSelection"/> + </child> </object> </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> @@ -186,11 +193,13 @@ <object class="GtkLabel" id="bookmark_name_label"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes"><b>_Name</b></property> - <property name="use-markup">True</property> + <property name="label" translatable="yes">_Name</property> <property name="use-underline">True</property> <property name="xalign">0</property> <property name="yalign">0.5</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> @@ -229,11 +238,13 @@ <object class="GtkLabel" id="bookmark_location_label"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes"><b>_Location</b></property> - <property name="use-markup">True</property> + <property name="label" translatable="yes">_Location</property> <property name="use-underline">True</property> <property name="xalign">0</property> <property name="yalign">0.5</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> </object> <packing> <property name="expand">False</property> |