Cleanups
This commit is contained in:
@@ -133,7 +133,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Label details_view_developer {
|
Label details_view_developer {
|
||||||
margin-top: 3;
|
margin-top: 6;
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
halign: start;
|
halign: start;
|
||||||
max-width-chars: 36;
|
max-width-chars: 36;
|
||||||
@@ -148,7 +148,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
|
|
||||||
Box {
|
Box {
|
||||||
orientation: horizontal;
|
orientation: horizontal;
|
||||||
margin-top: 12;
|
margin-top: 16;
|
||||||
hexpand: true;
|
hexpand: true;
|
||||||
halign: start;
|
halign: start;
|
||||||
|
|
||||||
@@ -188,7 +188,7 @@ template $CartridgesWindow : Adw.ApplicationWindow {
|
|||||||
halign: start;
|
halign: start;
|
||||||
valign: center;
|
valign: center;
|
||||||
margin-top: 24;
|
margin-top: 24;
|
||||||
margin-start: 12;
|
margin-start: 9;
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
icon-name: "document-edit-symbolic";
|
icon-name: "document-edit-symbolic";
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 292 KiB |
@@ -234,8 +234,8 @@ class CartridgesWindow(Adw.ApplicationWindow):
|
|||||||
|
|
||||||
if self.stack.get_visible_child() != self.details_view:
|
if self.stack.get_visible_child() != self.details_view:
|
||||||
self.navigate(self.details_view)
|
self.navigate(self.details_view)
|
||||||
|
self.set_focus(self.details_view_play_button)
|
||||||
|
|
||||||
self.set_focus(self.details_view_play_button)
|
|
||||||
self.set_details_view_opacity()
|
self.set_details_view_opacity()
|
||||||
|
|
||||||
def set_details_view_opacity(self, *_args):
|
def set_details_view_opacity(self, *_args):
|
||||||
|
|||||||
Reference in New Issue
Block a user