File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ public class Files.View.DetailsColumn : Gtk.Box {
112112 }
113113 }
114114
115- var details_box = new Gtk .Box (Gtk . Orientation . VERTICAL , 0 ) {
116- vexpand = true
117- };
118-
119115 var name_key_label = make_key_label (_(" Name:" ));
120116 var name_value = make_value_label (file. get_display_name ());
121117
@@ -210,11 +206,10 @@ public class Files.View.DetailsColumn : Gtk.Box {
210206 n++ ;
211207 }
212208
213- Gtk . Button more_info_button = new Gtk .Button .with_label (_(" More Details …" )) {
214- halign = Gtk . Align . START
209+ var more_info_button = new Gtk .Button .with_label (_(" Properties …" )) {
210+ halign = END
215211 };
216212
217- more_info_button. get_style_context (). add_class (Gtk . STYLE_CLASS_FLAT );
218213 more_info_button. clicked. connect (() = > {
219214 var the_file_in_a_list = new GLib .List<Files . File > ();
220215 the_file_in_a_list. append (file);
You can’t perform that action at this time.
0 commit comments