diff --git a/Gui/SearchBar.qml b/Gui/SearchBar.qml
index 8c7905a..28eaec2 100644
--- a/Gui/SearchBar.qml
+++ b/Gui/SearchBar.qml
@@ -17,8 +17,8 @@ RowLayout
Button
{
- icon.source: "qrc:/images/search.svg"
- icon.color: "olive"
+ icon.source: "qrc:/images/MagnifyingGlass.svg"
+ icon.color: Colors.foreground
x: parent.x + parent.width - width
height: parent.height
flat: true
@@ -28,8 +28,8 @@ RowLayout
Button
{
id: filterBtn
- icon.source: "qrc:/images/filter.svg"
- icon.color: "olive"
+ icon.source: "qrc:/images/Funnel.svg"
+ icon.color: Colors.foreground
x: parent.x + parent.width
height: searchField.height
flat: true
diff --git a/Gui/TopBar.qml b/Gui/TopBar.qml
index aae15be..095f33e 100644
--- a/Gui/TopBar.qml
+++ b/Gui/TopBar.qml
@@ -225,7 +225,8 @@ ColumnLayout
BarButton
{
id: atajos
-
+ implicitWidth: 90
+ implicitHeight: 90
checkable: false
icon.source: "qrc:/images/Bars3.svg"
diff --git a/Gui/main.qml b/Gui/main.qml
index d59c065..4b30650 100644
--- a/Gui/main.qml
+++ b/Gui/main.qml
@@ -47,8 +47,13 @@ ApplicationWindow
anchors
{
+ left: topBar.right
+ right: parent.right
+ top: parent.top
+ bottom: parent.bottom
+
+
- fill: parent
topMargin: Dimensions.l
bottomMargin: Dimensions.l
rightMargin: Dimensions.l
diff --git a/pyqcrm.qrc b/pyqcrm.qrc
index 1629b36..8167d4e 100644
--- a/pyqcrm.qrc
+++ b/pyqcrm.qrc
@@ -16,7 +16,6 @@
fonts/RobotoCondensed.otf
README
LICENSE
-<<<<<<< HEAD
images/tero.jpg
images/dash.svg
images/invoice.svg
@@ -25,7 +24,5 @@
images/customer.svg
images/contract.svg
images/object.svg
-=======
->>>>>>> main