File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,9 @@ public class Obliviate.MainView : Gtk.Box {
8585 this . generated_pass = new Gtk .PasswordEntry () {
8686 show_peek_icon = true ,
8787 editable = false ,
88- sensitive = false ,
8988 width_chars = 24
9089 };
9190
92- this.generated_pass.add_css_class (Granite .STYLE_CLASS_FLAT );
93-
9491 copy_btn = new Gtk .Button .with_label (_ (" Copy" )) {
9592 sensitive = false ,
9693 hexpand = true
@@ -110,8 +107,11 @@ public class Obliviate.MainView : Gtk.Box {
110107 handle_copy (true );
111108 });
112109
113- var button_box = new Gtk .Box (Gtk . Orientation . HORIZONTAL , 6 );
114- button_box.prepend (copy_btn );
110+ var button_box = new Gtk .Box (Gtk . Orientation . HORIZONTAL , 8 ) {
111+ margin_top = 4
112+ };
113+
114+ button_box.append (copy_btn );
115115 button_box.append (copy_without_symbols_btn );
116116
117117 clearing_label = new Gtk .Label (ngettext (
You can’t perform that action at this time.
0 commit comments