Skip to content

Commit

Permalink
Added images / updated UI for steamdeck
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Jun 19, 2022
1 parent 6294ea1 commit 3ffe65f
Show file tree
Hide file tree
Showing 26 changed files with 2,079 additions and 70 deletions.
95 changes: 88 additions & 7 deletions glade/app.glade
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,22 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btLGRIP2">
<property name="width_request">170</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btLGRIP">
<property name="width_request">170</property>
Expand All @@ -658,7 +674,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">3</property>
</packing>
</child>
<child>
Expand All @@ -674,7 +690,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
<property name="position">4</property>
</packing>
</child>
</object>
Expand Down Expand Up @@ -721,6 +737,22 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btRGRIP2">
<property name="width_request">170</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btRGRIP">
<property name="width_request">170</property>
Expand All @@ -734,7 +766,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">3</property>
</packing>
</child>
<child>
Expand All @@ -750,7 +782,24 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btDOTS">
<property name="height_request">42</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="margin_left">6</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">5</property>
</packing>
</child>
</object>
Expand Down Expand Up @@ -781,8 +830,40 @@
<property name="position">1</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btDPAD">
<property name="width_request">220</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btSTICK">
<property name="width_request">220</property>
<property name="visible">False</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child>
<object class="GtkButton" id="btRSTICK">
<property name="width_request">220</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
Expand All @@ -794,7 +875,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">2</property>
<property name="position">4</property>
</packing>
</child>
<child>
Expand All @@ -807,7 +888,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
<property name="position">5</property>
</packing>
</child>
<child>
Expand All @@ -823,7 +904,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">4</property>
<property name="position">6</property>
</packing>
</child>
</object>
Expand Down
1 change: 1 addition & 0 deletions images/RSTICK.svg
85 changes: 85 additions & 0 deletions images/button-images/DOTS.bw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions images/button-images/DOTS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3ffe65f

Please sign in to comment.