diff --git a/App.xaml b/App.xaml
index e1b0f6d..abbb48c 100644
--- a/App.xaml
+++ b/App.xaml
@@ -1,6 +1,19 @@
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ xmlns:sys="clr-namespace:System;assembly=mscorlib">
+ 14
+ 14
+ 16
+ 16
+ 17
+ 19
+ 24
+ 24
+ 28
+ 22
+ 18
+ 28
-
\ No newline at end of file
+
diff --git a/Views/HistoryWindow.xaml b/Views/HistoryWindow.xaml
index 0d52c71..d11c38d 100644
--- a/Views/HistoryWindow.xaml
+++ b/Views/HistoryWindow.xaml
@@ -15,15 +15,17 @@
-
+
-
+
+
+
@@ -31,8 +33,8 @@
-
-
+
+
@@ -41,7 +43,7 @@
+
+
+
+
@@ -220,7 +232,7 @@
@@ -258,7 +270,7 @@
-
+
@@ -273,15 +285,15 @@
-
+
@@ -476,15 +488,15 @@
-
+
-
+
-
+
@@ -502,7 +514,7 @@
@@ -513,7 +525,7 @@
@@ -558,23 +570,23 @@
-
+
-
+
-
+
-
+
-
+
@@ -647,12 +659,12 @@
@@ -674,8 +686,8 @@
IsReadOnly="True"
MinHeight="150"
MaxHeight="240"
- RowHeight="34"
- FontSize="14"
+ RowHeight="36"
+ FontSize="{StaticResource TableFontSize}"
GridLinesVisibility="Horizontal">
@@ -713,11 +725,11 @@
-
+
-
+
@@ -729,12 +741,12 @@
@@ -771,12 +783,18 @@
+
+
+
+
-
+ VerticalAlignment="Center"
+ TextTrimming="CharacterEllipsis"
+ Margin="0,0,12,0"/>
+
@@ -836,7 +854,7 @@
diff --git a/Views/NumericKeypadWindow.xaml b/Views/NumericKeypadWindow.xaml
index 2071fc8..12263b9 100644
--- a/Views/NumericKeypadWindow.xaml
+++ b/Views/NumericKeypadWindow.xaml
@@ -13,14 +13,14 @@
-
+
@@ -36,7 +36,7 @@
Grid.Row="0"
Height="58"
Padding="12,0"
- FontSize="28"
+ FontSize="{StaticResource KeypadValueFontSize}"
FontWeight="SemiBold"
HorizontalContentAlignment="Right"
VerticalContentAlignment="Center"
@@ -74,7 +74,7 @@
diff --git a/Views/SettingsWindow.xaml b/Views/SettingsWindow.xaml
index 59487bb..91dec3d 100644
--- a/Views/SettingsWindow.xaml
+++ b/Views/SettingsWindow.xaml
@@ -16,40 +16,47 @@
+
+