Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Patrick
xdg-desktop-portal-gnome
Commits
77799639
Commit
77799639
authored
Jun 22, 2021
by
Dave Patrick
Browse files
port to gtk4
parent
f09f846d
Pipeline
#291232
passed with stage
in 4 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/screencastdialog.ui
View file @
77799639
...
...
@@ -6,6 +6,7 @@
<property
name=
"resizable"
>
0
</property>
<property
name=
"default-width"
>
500
</property>
<property
name=
"default-height"
>
300
</property>
<property
name=
"focus-widget"
>
accept_button
</property>
<child
type=
"titlebar"
>
<object
class=
"GtkHeaderBar"
id=
"titlebar"
>
<property
name=
"show-title-buttons"
>
false
</property>
...
...
@@ -14,7 +15,17 @@
<property
name=
"label"
translatable=
"yes"
>
_Cancel
</property>
<property
name=
"use_underline"
>
1
</property>
<signal
name=
"clicked"
handler=
"button_clicked"
/>
<accelerator
key=
"Escape"
signal=
"activate"
/>
<child>
<object
class=
"GtkShortcutController"
>
<property
name=
"scope"
>
managed
</property>
<child>
<object
class=
"GtkShortcut"
>
<property
name=
"trigger"
>
Escape
</property>
<property
name=
"action"
>
activate
</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child
type=
"end"
>
...
...
@@ -22,7 +33,6 @@
<property
name=
"sensitive"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Share
</property>
<property
name=
"use_underline"
>
1
</property>
<property
name=
"has-focus"
>
True
</property>
<signal
name=
"clicked"
handler=
"button_clicked"
/>
<style>
<class
name=
"suggested-action"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment