Skip to content

Commit

Permalink
Add separator between side panels
Browse files Browse the repository at this point in the history
  • Loading branch information
aknarts committed Jul 27, 2022
1 parent 6ce80ca commit 5053a6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 1 addition & 2 deletions data/resources/ui/logged_in/engines/engine_detail.ui
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
<property name="halign">center</property>
<child>
<object class="GtkImage">
<property name="icon-name">media-playback-start-symbolic
</property>
<property name="icon-name">media-playback-start-symbolic</property>
</object>
</child>
<child>
Expand Down
3 changes: 3 additions & 0 deletions data/resources/ui/logged_in/engines/engines_side.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<interface>
<requires lib="gtk" version="4.0"/>
<template class="EpicEnginesSide" parent="GtkBox">
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkRevealer">
<property name="hexpand" bind-source="EpicEnginesSide" bind-property="expanded"
Expand Down
3 changes: 3 additions & 0 deletions data/resources/ui/logged_in/library/asset_detail.ui
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="EpicAssetDetails" parent="GtkBox">
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkRevealer" id="detail_slider">
<property name="hexpand" bind-source="EpicAssetDetails" bind-property="expanded" bind-flags="sync-create"/>
Expand Down
3 changes: 3 additions & 0 deletions data/resources/ui/logged_in/projects/project_detail.ui
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="UnrealProjectDetails" parent="GtkBox">
<child>
<object class="GtkSeparator"/>
</child>
<child>
<object class="GtkRevealer" id="detail_slider">
<property name="hexpand" bind-source="UnrealProjectDetails" bind-property="expanded" bind-flags="sync-create"/>
Expand Down

0 comments on commit 5053a6b

Please sign in to comment.