Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
d7b15246
Commit
d7b15246
authored
Jul 13, 2019
by
Adrien Plazas
Browse files
gtkinfobar: Move the action area below
This will help the infobars fit on phone screens.
parent
1ecff82e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/ui/gtkinfobar.ui
View file @
d7b15246
...
...
@@ -6,6 +6,10 @@
<object
class=
"GtkRevealer"
id=
"revealer"
>
<property
name=
"visible"
>
1
</property>
<property
name=
"reveal-child"
>
1
</property>
<child>
<object
class=
"GtkBox"
>
<property
name=
"visible"
>
1
</property>
<property
name=
"orientation"
>
vertical
</property>
<child>
<object
class=
"GtkBox"
id=
"content"
>
<property
name=
"visible"
>
1
</property>
...
...
@@ -20,17 +24,6 @@
<property
name=
"expand"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkButtonBox"
id=
"action_area"
>
<property
name=
"visible"
>
1
</property>
<property
name=
"border-width"
>
6
</property>
<property
name=
"spacing"
>
6
</property>
<property
name=
"layout-style"
>
end
</property>
</object>
<packing>
<property
name=
"position"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkButton"
id=
"close_button"
>
<property
name=
"can-focus"
>
1
</property>
...
...
@@ -47,9 +40,16 @@
</object>
</child>
</object>
<packing>
<property
name=
"position"
>
2
</property>
</packing>
</child>
</object>
</child>
<child>
<object
class=
"GtkButtonBox"
id=
"action_area"
>
<property
name=
"visible"
>
1
</property>
<property
name=
"border-width"
>
6
</property>
<property
name=
"layout-style"
>
expand
</property>
<property
name=
"orientation"
>
vertical
</property>
</object>
</child>
</object>
</child>
...
...
Write
Preview
Supports
Markdown
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