Skip to content

Commit

Permalink
Merge pull request #38 from BuddiesOfBudgie/budgie-background-preview
Browse files Browse the repository at this point in the history
Update background preview to look more like Budgie
  • Loading branch information
fossfreedom authored Sep 13, 2022
2 parents a76f5d8 + c480d9b commit 31cf68d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions panels/background/cc-background-preview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="shadow-type">none</property>
<property name="valign">start</property>
<property name="valign">end</property>
<style>
<class name="desktop-preview" />
</style>
Expand All @@ -49,17 +49,11 @@
<property name="can-focus">False</property>

<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Activities</property>
</object>
</child>

<child type="center">
<object class="GtkLabel" id="desktop_clock_label">
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="icon-name">start-here-symbolic</property>
<property name="pixel-size">6</property>
</object>
</child>

Expand Down Expand Up @@ -95,6 +89,13 @@
<property name="pixel-size">6</property>
</object>
</child>

<child type="center">
<object class="GtkLabel" id="desktop_clock_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
</object>
</child>
</object>
<packing>
<property name="pack-type">end</property>
Expand Down

0 comments on commit 31cf68d

Please sign in to comment.