diff options
author | mbkma <[email protected]> | 2021-05-07 07:17:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:51 +0200 |
commit | 07edc174c46d103fd5c662071523fa15986b8c27 (patch) | |
tree | 37a478a4525f783cc251a5dd3205b6a29eb3c339 | |
parent | ba09c1fd1a7884bd247165604f541f911d86c72c (diff) | |
download | caja-07edc174c46d103fd5c662071523fa15986b8c27.tar.bz2 caja-07edc174c46d103fd5c662071523fa15986b8c27.tar.xz |
caja-bookmarks-window.ui: expand child widgets, sane default size
use attribute "bold" instead of markup
-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> |