Cleanups
This commit is contained in:
@@ -30,7 +30,7 @@ template game : Box {
|
||||
reveal-child: false;
|
||||
transition-type: crossfade;
|
||||
Box {
|
||||
Button button_play {
|
||||
Button play_button {
|
||||
halign: start;
|
||||
margin-start: 6;
|
||||
margin-end: 6;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@define-color accent_color @purple_1;
|
||||
@define-color accent_bg_color @purple_4;
|
||||
|
||||
#overview_launch {
|
||||
#overview_play_button {
|
||||
color: @dark_5;
|
||||
background-color: @light_1;
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
@define-color accent_color @purple_5;
|
||||
@define-color accent_bg_color @purple_3;
|
||||
|
||||
#overview_launch {
|
||||
#overview_play_button {
|
||||
color: @light_1;
|
||||
background-color: @dark_5;
|
||||
opacity: 0.8;
|
||||
|
||||
@@ -145,14 +145,15 @@ template CartridgesWindow : Adw.ApplicationWindow {
|
||||
vexpand: true;
|
||||
valign: center;
|
||||
|
||||
Button overview_launch {
|
||||
name: "overview_launch";
|
||||
Button overview_play_button {
|
||||
name: "overview_play_button";
|
||||
action-name: "app.launch_game";
|
||||
label: _("Play");
|
||||
halign: start;
|
||||
margin-top: 24;
|
||||
|
||||
styles [
|
||||
"opaque",
|
||||
"pill",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user