mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk: fix properties on close confirmation text view
This commit is contained in:
@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||||||
<property name="width-request">500</property>
|
<property name="width-request">500</property>
|
||||||
<property name="height-request">250</property>
|
<property name="height-request">250</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTextView" id="text_view"></object>
|
<object class="GtkTextView" id="text_view">
|
||||||
|
<property name="cursor-visible">false</property>
|
||||||
|
<property name="editable">false</property>
|
||||||
|
<property name="monospace">true</property>
|
||||||
|
<property name="top-margin">8</property>
|
||||||
|
<property name="left-margin">8</property>
|
||||||
|
<property name="bottom-margin">8</property>
|
||||||
|
<property name="right-margin">8</property>
|
||||||
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
|
@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||||||
<property name="width-request">500</property>
|
<property name="width-request">500</property>
|
||||||
<property name="height-request">250</property>
|
<property name="height-request">250</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTextView" id="text_view"></object>
|
<object class="GtkTextView" id="text_view">
|
||||||
|
<property name="cursor-visible">false</property>
|
||||||
|
<property name="editable">false</property>
|
||||||
|
<property name="monospace">true</property>
|
||||||
|
<property name="top-margin">8</property>
|
||||||
|
<property name="left-margin">8</property>
|
||||||
|
<property name="bottom-margin">8</property>
|
||||||
|
<property name="right-margin">8</property>
|
||||||
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
|
@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,14 @@ Adw.MessageDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,7 +20,15 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
|
|||||||
<property name="width-request">500</property>
|
<property name="width-request">500</property>
|
||||||
<property name="height-request">250</property>
|
<property name="height-request">250</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkTextView" id="text_view"></object>
|
<object class="GtkTextView" id="text_view">
|
||||||
|
<property name="cursor-visible">false</property>
|
||||||
|
<property name="editable">false</property>
|
||||||
|
<property name="monospace">true</property>
|
||||||
|
<property name="top-margin">8</property>
|
||||||
|
<property name="left-margin">8</property>
|
||||||
|
<property name="bottom-margin">8</property>
|
||||||
|
<property name="right-margin">8</property>
|
||||||
|
</object>
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</property>
|
</property>
|
||||||
|
@ -18,6 +18,14 @@ Adw.AlertDialog clipboard_confirmation_window {
|
|||||||
width-request: 500;
|
width-request: 500;
|
||||||
height-request: 250;
|
height-request: 250;
|
||||||
|
|
||||||
TextView text_view {}
|
TextView text_view {
|
||||||
|
cursor-visible: false;
|
||||||
|
editable: false;
|
||||||
|
monospace: true;
|
||||||
|
top-margin: 8;
|
||||||
|
left-margin: 8;
|
||||||
|
bottom-margin: 8;
|
||||||
|
right-margin: 8;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user