Skip to content

Commit

Permalink
new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess committed Oct 10, 2024
1 parent aecfd93 commit 180141b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0001-Use-better-theme.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From ff2a6825e556906a792131d728aade5be86626a4 Mon Sep 17 00:00:00 2001
From 815cbb49e940456649947e4b38e273bf179352c1 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
Date: Thu, 10 Oct 2024 02:22:00 +0200
Subject: [PATCH] Use better theme
Expand All @@ -8,7 +8,7 @@ Subject: [PATCH] Use better theme
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/NiimPrintX/ui/main.py b/NiimPrintX/ui/main.py
index 390ff8dbbd8a..50a99808b037 100644
index 390ff8dbbd8a..774ea8f87792 100644
--- a/NiimPrintX/ui/main.py
+++ b/NiimPrintX/ui/main.py
@@ -64,12 +64,13 @@ class LabelPrinterApp(tk.Tk):
Expand All @@ -23,7 +23,7 @@ index 390ff8dbbd8a..50a99808b037 100644
- style = ttk.Style(self)
style.theme_use('xpnative')
+ else:
+ style.theme_use('Breeze')
+ style.theme_use('radiance')

self.create_widgets()
self.create_menu()
Expand Down

0 comments on commit 180141b

Please sign in to comment.