Merge pull request #138 from lakinduakash/dev

UI tweaks
This commit is contained in:
Lakindu Akash 2021-01-31 15:36:25 +05:30 committed by GitHub
commit 18505e3a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 317 additions and 274 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ build
.vscode
src/cmake-build-debug
src/ui/resources.c
wifih.ui~

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux-wifi-hotspot (3.6.5) UNRELEASED; urgency=low
linux-wifi-hotspot (3.6.6) UNRELEASED; urgency=low
* Update Icon

View File

@ -195,6 +195,18 @@
<property name="can_focus">True</property>
<property name="label_fill">True</property>
<property name="resize_toplevel">True</property>
<child>
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<property name="min_content_height">160</property>
<property name="propagate_natural_height">True</property>
<child>
<object class="GtkViewport">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
@ -472,6 +484,10 @@
</child>
</object>
</child>
</object>
</child>
</object>
</child>
<child type="label">
<object class="GtkLabel">
<property name="visible">True</property>
@ -490,10 +506,38 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="fill">True</property>
<property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">end</property>
<child>
<object class="GtkLinkButton">
<property name="label" translatable="yes">Help?</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="focus_on_click">False</property>
<property name="receives_default">True</property>
<property name="uri">https://github.com/lakinduakash/linux-wifi-hotspot</property>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="button_stop_hp">
<property name="label" translatable="yes">Stop</property>
@ -530,7 +574,7 @@
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="position">4</property>
<property name="position">5</property>
</packing>
</child>
<child>
@ -546,7 +590,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">5</property>
<property name="position">6</property>
</packing>
</child>
<child>
@ -557,7 +601,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">6</property>
<property name="position">7</property>
</packing>
</child>
<child>
@ -596,14 +640,12 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">7</property>
<property name="pack_type">end</property>
<property name="position">8</property>
</packing>
</child>
<child>
<placeholder/>
</child>
</object>
</child>
</object>